copy-docker-image icon indicating copy to clipboard operation
copy-docker-image copied to clipboard

Copy a Docker image between registries without a full Docker installation

Results 4 copy-docker-image issues
Sort by recently updated
recently updated
newest added

When I try to copy Docker containers from one Amazon repository to another using the copy-docker-image utility on Windows, I receive the following errors: - The system is unable to...

Hi, As I've promised I'm opening a pull request with the rest of my changes, I mean: 1. I've added Dockerfile to build a project into docker image 2. I've...

I can run aws commands from command line but getting following error for copy command. C:\Users\Administrator\Downloads>copy-docker-image_windows_386.exe --srcURL https://hub.docker.com/r/full360/ --srcRepo sneaql --srcTag latest --destURL https://xxxxxxxx.dkr.ecr.us-east-1.amazonaws.com --destRepo vishalsneaql --destTag latest 2018/04/26 21:58:21...

Hi, I really like your tool, but I thought it might be cleaner to separate the login with AWS and the Registry Authentication. So I wrote an integration to read...