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