Get the latest tech news
Show HN: Unregistry – “docker push” directly to servers without a registry
Push docker images directly to remote servers without an external registry - psviderski/unregistry
Docker Hub / GitHub Container Registry- Your code is now public, or you're paying for private repos Self-hosted registry- Another service to maintain, secure, and pay for storage Save/Load- docker save | ssh | docker load transfers the entire image, even if 90% already exists on the server Rebuild remotely- Wastes time and server resources. The transferred image is instantly available on the remote Docker daemon Stops the unregistry container and closes the SSH tunnel Unregistry was created for Uncloud, a lightweight tool for deploying containers across multiple Docker hosts.
Or read this on Hacker News