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-02-21 03:51:39 -05: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 |
|
|
|
|
| `-q`, `--quiet` | | | Suppress verbose output |
|
2024-01-15 07:49:53 -05:00
|
|
|
|
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|
|
|