docker-push - Man Page

Upload an image to a registry

Synopsis

docker push [Options] NAME[:TAG]

Description

Alias for docker image push.

Options

-a, --all-tags[=false] Push all tags of an image to the repository

--disable-content-trust[=true] Skip image signing

-h, --help[=false] help for push

--platform="" 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[=false] Suppress verbose output

See Also

docker(1)

Info

Aug 2024 Docker Community Docker User Manuals