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.
https://github.com/user-attachments/assets/9d704b87-8e0d-4c8a-9544-17d4c63bd050
## The problem
You've built a Docker image locally. Now you need it on your server. Your options suck:
- **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