docker push registry.example.com/myapp:1.0

Category: Docker

docker push registry.example.com/myapp:1.0

Push an image to a private registry

Uploads the locally tagged image to the registry host in the tag, here registry.example.com. Login first with docker login registry.example.com unless it is public. The tag determines the destination path.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.