github.com/slene/docker@v1.8.0-rc1/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  weight=1
     9  +++
    10  <![end-metadata]-->
    11  
    12  # push
    13  
    14      Usage: docker push NAME[:TAG]
    15  
    16      Push an image or a repository to the registry
    17  
    18      --disable-content-trust=true   Skip image signing
    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.