Answers for "build docker image and push to private registry tekton"

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 "build docker image and push to private registry tekton"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language