Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 554 Bytes

File metadata and controls

18 lines (10 loc) · 554 Bytes

Docker Image Copier

Copy Docker Images from one repository to another.

Prerequisites

You must have logged into both source and destination repositories with docker login1.

How to Use

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>

Footnotes

  1. https://docs.docker.com/engine/reference/commandline/login/