docker pull <NAME[:TAG|@DIGEST]>
Pull an image or a repository from a registry
Arguments
Name | Description |
---|---|
NAME[:TAG|@DIGEST] |
Options
Name | Description |
---|---|
-a, --all-tags | Download all tagged images in the repository |
--disable-content-trust | Skip image verification (default true) |
--platform <string> | Set platform if server is multi-platform capable |
-q, --quiet | Suppress verbose output |