push

Usage: docker push [OPTIONS] NAME[:TAG]

Push an image or a repository to the registry

  --disable-content-trust=true   Skip image signing
  --help                         Print usage

Use docker push to share your images to the Docker Hub registry or to a self-hosted one.

Killing the docker push process, for example by pressing CTRL-c while it is running in a terminal, will terminate the push operation.

© 2017 Docker, Inc.
Licensed under the Apache License, Version 2.0.
Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries.
Docker, Inc. and other parties may also have trademark rights in other terms used herein.
https://docs.docker.com/v1.10/engine/reference/commandline/push/