Database and Cloud World

Live the life you love. Love the life you live

Docker private registry


docker run -d -p 5000:5000 –name=registry registry:2
docker images
docker image tag my-image localhost:5000/mysql
docker image tag mysql localhost:5000/mysql
docker ps -a
docker image tag mysql-db localhost:5000/mysql
docker image tag mysql:5.6 localhost:5000/mysql
docker push localhost:5000/mysql
docker pull localhost:5000/mysql

May 14, 2020 - Posted by | Docker

No comments yet.

Leave a comment