Quick Actions
docker push
Description
Push an image or a repository to a registry.
Command
docker push
Examples
Push image to Docker Hub
docker push my-app:latest
Push to private registry
docker push registry.example.com/my-app:latest
Command Info
Category:
Image Management
Type:
Docker
Views:
12
Status:
Active
Tags
image
push
upload