"Docker pull"의 두 판 사이의 차이

(새 문서: ==개요== ;docker pull <source lang='console'> root@zetaknow:~# docker pull ubuntu Using default tag: latest latest: Pulling from library/ubuntu Digest: sha256:dd7808d8792c9841d0b46...)
 
 
(사용자 2명의 중간 판 9개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
{{소문자}}
;docker pull
;docker pull


<source lang='console'>
<syntaxhighlight lang='console'>
root@zetaknow:~# docker pull ubuntu
root@zetawiki:~# docker pull ubuntu
Using default tag: latest
Using default tag: latest
latest: Pulling from library/ubuntu
latest: Pulling from library/ubuntu
Digest: sha256:dd7808d8792c9841d0b460122f1acf0a2dd1f56404f8d1e56298048885e45535
Digest: sha256:dd7808d8792c9841d0b460122f1acf0a2dd1f56404f8d1e56298048885e45535
Status: Downloaded newer image for ubuntu:latest
Status: Downloaded newer image for ubuntu:latest
</source>
</syntaxhighlight>
<syntaxhighlight lang='console'>
root@default:~# docker pull centos:7
7: Pulling from library/centos
d9aaf4d82f24: Pull complete
Digest: sha256:4565fe2dd7f4770e825d4bd9c761a81b26e49cc9e3c9631c58cfc3188be9505a
Status: Downloaded newer image for centos:7
</syntaxhighlight>
<syntaxhighlight lang='console'>
$ docker pull redis
Using default tag: latest
latest: Pulling from library/redis
a2abf6c4d29d: Pull complete
c7a4e4382001: Pull complete
4044b9ba67c9: Pull complete
c8388a79482f: Pull complete
413c8bb60be2: Pull complete
1abfd3011519: Pull complete
Digest: sha256:db485f2e245b5b3329fdc7eff4eb00f913e09d8feb9ca720788059fdc2ed8339
Status: Downloaded newer image for redis:latest
</syntaxhighlight>


==같이 보기==
==같이 보기==
{{z컬럼3|
* [[docker run]]
* [[docker search]]
* [[docker search]]
* [[docker images]]
* [[docker 명령어]]
* [[docker 명령어]]
* [[ctr images pull]]
* [[도커 이미지]]
* [[도커 이미지 레이어]]
}}
==참고==
* https://docs.docker.com/engine/reference/commandline/pull/


[[분류: docker 명령어]]
[[분류: docker 명령어]]

2022년 9월 8일 (목) 13:14 기준 최신판

1 개요[ | ]

docker pull
root@zetawiki:~# docker pull ubuntu
Using default tag: latest
latest: Pulling from library/ubuntu
Digest: sha256:dd7808d8792c9841d0b460122f1acf0a2dd1f56404f8d1e56298048885e45535
Status: Downloaded newer image for ubuntu:latest
root@default:~# docker pull centos:7
7: Pulling from library/centos
d9aaf4d82f24: Pull complete 
Digest: sha256:4565fe2dd7f4770e825d4bd9c761a81b26e49cc9e3c9631c58cfc3188be9505a
Status: Downloaded newer image for centos:7
$ docker pull redis
Using default tag: latest
latest: Pulling from library/redis
a2abf6c4d29d: Pull complete 
c7a4e4382001: Pull complete 
4044b9ba67c9: Pull complete 
c8388a79482f: Pull complete 
413c8bb60be2: Pull complete 
1abfd3011519: Pull complete 
Digest: sha256:db485f2e245b5b3329fdc7eff4eb00f913e09d8feb9ca720788059fdc2ed8339
Status: Downloaded newer image for redis:latest

2 같이 보기[ | ]

3 참고[ | ]

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