Answers for "docker push to private registry example"

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 "docker push to private registry example"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language