GitHub - psviderski/unregistry: Push docker images directly to remote servers without an external registry
▸ Push docker images directly to remote servers without an external registry ◂
Unregistry is a lightweight container image registry that stores and serves images directly from your Docker daemon's
storage.
The included docker pussh command (extra 's' for SSH) lets you push images straight to remote Docker servers over SSH.
It transfers only the missing layers, making it fast and efficient.
docker-pussh-demo.mp4
The problem
You've built a Docker image locally. Now you need it on your server. Your...
Read more at github.com