Answers for "add private docker registry to docker"

0

docker push to private registry

docker image tag rhel-httpd:latest registry-host:5000/myadmin/rhel-httpd:latest

$ docker image push registry-host:5000/myadmin/rhel-httpd:latest
Posted by: Guest on October-14-2021

Code answers related to "add private docker registry to docker"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language