github.com/sijibomii/docker@v0.0.0-20231230191044-5cf6ca554647/docs/reference/commandline/push.md (about) 1 <!--[metadata]> 2 +++ 3 title = "push" 4 description = "The push command description and usage" 5 keywords = ["share, push, image"] 6 [menu.main] 7 parent = "smn_cli" 8 +++ 9 <![end-metadata]--> 10 11 # push 12 13 Usage: docker push [OPTIONS] NAME[:TAG] 14 15 Push an image or a repository to the registry 16 17 --disable-content-trust=true Skip image signing 18 --help Print usage 19 20 Use `docker push` to share your images to the [Docker Hub](https://hub.docker.com) 21 registry or to a self-hosted one. 22 23 Killing the `docker push` process, for example by pressing `CTRL-c` while it is 24 running in a terminal, will terminate the push operation. 25 26 Registry credentials are managed by [docker login](login.md).