docker pull
Table of Contents:
Command Name:
docker pull
Description:
Pull an image or a repository from a registry.
Syntax:
easywhatis$ docker pull --help
Usage: docker pull [OPTIONS] NAME[:TAG|@DIGEST]
Pull an image or a repository from a registry
Options:
-a, --all-tags Download all tagged images in the repository
--disable-content-trust Skip image verification (default true)
-q, --quiet Suppress verbose output
easywhatis$
Example:
easywhatis$ docker pull tomcat
Using default tag: latest
latest: Pulling from library/tomcat
f15005b0235f: Pull complete
41ebfd3d2fd0: Pull complete
b998346ba308: Pull complete
f01ec562c947: Pull complete
74c11ae3efe8: Pull complete
3a7e595a3ef5: Pull complete
208407758d73: Pull complete
b5238120a381: Pull complete
33cc051e8b8b: Pull complete
d34ad36ee405: Pull complete
Digest: sha256:89d20858a7a6696b7d5f728cb4283106b867abe7b8579d80c0b4715af9a580ac
Status: Downloaded newer image for tomcat:latest
docker.io/library/tomcat:latest
easywhatis$