Copy Docker Images from one repository to another.
You must have logged into both source and destination repositories with docker login1.
Copy the docker-image-copier.sh into your machine, make it executable, and execute it as follows:
./docker-image-copier.sh <path-to/source-repo> <path-to/destination-repo> <tag-name>