Pull an image or a repository from a registry
docker pull [OPTIONS] NAME[:TAG|@DIGEST]
Name, shorthand | Default | Description |
---|---|---|
--all-tags, -a |
false |
Download all tagged images in the repository |
--disable-content-trust |
true |
Skip image verification |
Command | Description |
---|---|
docker | The base command for the Docker CLI. |
Alias for docker image pull
.