Copy image between registries docker

Re-tag and push to another registry

docker pull src-reg/img:tag && docker tag src-reg/img:tag dst-reg/img:tag && docker push dst-reg/img:tag
more docker all 46 commands →