2024-01-15 07:49:53 -05:00
# docker push
<!-- - MARKER_GEN_START -->
Upload an image to a registry
### Aliases
`docker image push` , `docker push`
### Options
2024-04-03 09:00:29 -04:00
| Name | Type | Default | Description |
|:--------------------------|:---------|:--------|:--------------------------------------------------------------------------------------------------------------------------------------------|
| `-a` , `--all-tags` | | | Push all tags of an image to the repository |
| `--disable-content-trust` | `bool` | `true` | Skip image signing |
| `--platform` | `string` | | Push a platform-specific manifest as a single-platform image to the registry.< br > 'os[/arch[/variant]]': Explicit platform (eg. linux/amd64) |
| `-q` , `--quiet` | | | Suppress verbose output |
2024-01-15 07:49:53 -05:00
<!-- - MARKER_GEN_END -->