2024-01-15 07:49:53 -05:00
|
|
|
# docker pull
|
|
|
|
|
|
|
|
<!---MARKER_GEN_START-->
|
|
|
|
Download an image from a registry
|
|
|
|
|
|
|
|
### Aliases
|
|
|
|
|
|
|
|
`docker image pull`, `docker pull`
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
| Name | Type | Default | Description |
|
|
|
|
|:--------------------------|:---------|:--------|:-------------------------------------------------|
|
2024-07-03 02:29:57 -04:00
|
|
|
| `-a`, `--all-tags` | `bool` | | Download all tagged images in the repository |
|
2024-02-21 03:51:39 -05:00
|
|
|
| `--disable-content-trust` | `bool` | `true` | Skip image verification |
|
2024-01-15 07:49:53 -05:00
|
|
|
| `--platform` | `string` | | Set platform if server is multi-platform capable |
|
2024-07-03 02:29:57 -04:00
|
|
|
| `-q`, `--quiet` | `bool` | | Suppress verbose output |
|
2024-01-15 07:49:53 -05:00
|
|
|
|
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|
|
|