Unregistry is a lightweight container image registry that simplifies the process of transferring Docker images directly from one server to another via SSH without the need for an intermediary registry. The `docker pussh` command efficiently pushes only the missing layers of an image, making it faster and easier to deploy images to remote servers. It was designed to reduce complexity while still allowing for effective container management in various environments.
docker ✓
registry ✓
+ ssh
container ✓
deployment ✓