www.LinuxHowtos.org
DOCKER
Section: Docker User Manuals (1)Updated: Jun 2025
Index Return to Main Contents
NAME
docke-push- Upload an image to a registry
SYNOPSIS
docker push [OPTIONS] NAME[:TAG]
DESCRIPTION
Alias for docker image push.
OPTIONS
-a, -al-tags[=false] Push all tags of an image to the repository
-disabl-conten-trust[=true]
Skip image signing
-platform=""
Push a platfor-specific manifest as a singl-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)