docker image pull
Download an image from a registry
Usage
docker image pull [OPTIONS] NAME[:TAG|@DIGEST]
Description
See docker pull for more information.
Options
Option | Short | Default | Description |
---|---|---|---|
--all-tags | -a | Download all tagged images in the repository | |
--disable-content-trust | true | Skip image verification | |
--platform | API 1.32+ Set platform if server is multi-platform capable | ||
--quiet | -q | Suppress verbose output |