docker/push

Push Image

Push an image or a repository to a registry

image
management

Command

docker push

Explanation

Uploads an image to a Docker registry (like Docker Hub or private registry).

Examples

Push image to registry

docker push myrepo/nginx:1.0