설명
레지스트리에서 이미지 다운로드
사용법
docker pull [OPTIONS] NAME[:TAG|@DIGEST]
JavaScript
복사
옵션
Option | Short | Default | Description |
--all-tags | -a | 저장소의 태그가 지정된 모든 이미지 다운로드 | |
--disable-content-trust | true | 이미지 확인 건너뛰기 | |
--platform | API 1.32+ 서버가 다중 플랫폼을 지원하는 경우 플랫폼 설정 | ||
--quiet | -q | 자세한 출력 억제 |
예시
$ docker image pull debian
Using default tag: latest
latest: Pulling from library/debian
e756f3fdd6a3: Pull complete
Digest: sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
Status: Downloaded newer image for debian:latest
docker.io/library/debian:latest
Bash
복사