프라이빗 도커 레지스트리 테스트

1 개요[ | ]

프라이빗 도커 레지스트리 테스트
# docker pull hello-world
Using default tag: latest
latest: Pulling from library/hello-world
Digest: sha256:0e11c388b664df8a27a901dce21eb89f11d8292f7fca1b3e3c4321bf7897bffe
Status: Image is up to date for hello-world:latest
# docker images | grep hello-world
hello-world                latest              fce289e99eb9        4 months ago        1.84kB
# docker tag hello-world localhost:5000/hello-world
# docker images | grep hello-world
hello-world                  latest              fce289e99eb9        4 months ago        1.84kB
localhost:5000/hello-world   latest              fce289e99eb9        4 months ago        1.84kB
# docker push localhost:5000/hello-world
The push refers to repository [localhost:5000/hello-world]
af0b15c8625b: Pushed 
latest: digest: sha256:92c7f9c92844bbbb5d0a101b22f7c2a7949e40f8ea90c8b3bc396879d95e899a size: 524

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}