1
0
mirror of https://github.com/docker/cli.git synced 2025-04-20 06:27:49 +03:00
Paweł Gronowski 6c04adc05e
push: Improve note message and colors
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-07-10 11:36:40 +02:00

1.9 KiB

docker push

Upload an image to a registry

Aliases

docker image push, docker push

Options

Name Type Default Description
-a, --all-tags bool 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.
Image index won't be pushed, meaning that other manifests, including attestations won't be preserved.
'os[/arch[/variant]]': Explicit platform (eg. linux/amd64)
-q, --quiet bool Suppress verbose output