Docker push: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
* https://docs.docker.com/engine/reference/commandline/push/ | * https://docs.docker.com/engine/reference/commandline/push/ | ||
* https://docs.docker.com/docker-cloud/builds/push-images/ | |||
=Internal= | =Internal= |
Revision as of 21:02, 5 December 2017
External
- https://docs.docker.com/engine/reference/commandline/push/
- https://docs.docker.com/docker-cloud/builds/push-images/
Internal
Overview
Push an image or a repository to a registry:
docker push [options] <name>[:tag]