github.com/netbrain/docker@v1.9.0-rc2/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=false                   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.