Docker Share Command Cheat Sheet

docker pull myimage:1.0Pull an image from a registry
docker tag myimage:1.0 myrepo/
myimage:2.0
Retag a local image with a new image name
and tag
docker push myrepo/myimage:2.0Push an image to a registry

Leave a Reply

Your email address will not be published. Required fields are marked *