docker-retag
docker-retag copied to clipboard
🐳 Retag an existing Docker image without the overhead of pulling and pushing
Results
2
docker-retag issues
Sort by
recently updated
recently updated
newest added
The tool has hardcoded login on the Docker Hub registry, and doesn't give the opportunity to log into a private registry.
Hi, Is it possible to extend your great tool in that way that I can do the following command: `./docker-retag --list "dcso:2.4.113-debian-dev"` As Output I get than: 2.4.113-debian-dev latest-dev So...