xxxxxxxxxx
docker tag local-image:tagname new-repo:tagname
docker push new-repo:tagname
xxxxxxxxxx
// from docker hub docks -- ha..ha
docker tag local-image:tagname new-repo:tagname
docker push new-repo:tagname
xxxxxxxxxx
$ docker tag rhel-httpd registry-host:5000/myadmin/rhel-httpd
$ docker push registry-host:5000/myadmin/rhel-httpd
xxxxxxxxxx
docker tag local-image:tagname new-repo:tagname
docker push new-repo:tagname