github.com/brahmaroutu/docker@v1.2.1-0.20160809185609-eb28dde01f16/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  ```markdown
    14  Usage:  docker push [OPTIONS] NAME[:TAG]
    15  
    16  Push an image or a repository to a registry
    17  
    18  Options:
    19        --disable-content-trust   Skip image verification (default true)
    20        --help                    Print usage
    21  ```
    22  
    23  Use `docker push` to share your images to the [Docker Hub](https://hub.docker.com)
    24  registry or to a self-hosted one.
    25  [Read more about valid image names and tags](tag.md).
    26  
    27  Killing the `docker push` process, for example by pressing `CTRL-c` while it is
    28  running in a terminal, will terminate the push operation.
    29  
    30  Registry credentials are managed by [docker login](login.md).