From e2b3260926ba1dbad15095e8937c15bb3d5f8925 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Sat, 1 Nov 2025 14:00:38 +1000 Subject: [PATCH] docs: update README unregistry is already implemented, not coming soon --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cefc5d3d..041cc267 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ complexity of Kubernetes. need to learn a new bespoke DSL. * **Zero-downtime deployments**: Rolling updates without service interruption. Automatic rollback on failure is coming soon. +* **[Unregistry](https://github.com/psviderski/unregistry) integration**: Build and push your Docker images directly to + your machines without an external registry. It will transfer only the missing layers, making it fast and efficient. * **Service discovery**: Built-in DNS server resolves service names to container IPs. * **Persistent storage**: Run stateful services with Docker volumes managed across machines. * **Zero-config private network**: Automatic WireGuard mesh with peer discovery and NAT traversal. Containers get unique @@ -45,11 +47,6 @@ complexity of Kubernetes. * **Docker-like CLI**: Familiar commands for managing both infrastructure and applications. * **Remote management**: Control your entire infrastructure through SSH access to any single machine in the cluster. -### 🚀 Coming soon - -* **[Unregistry](https://github.com/psviderski/unregistry) integration**: Push your Docker images directly to your - machines without an external registry. It will transfer only the missing layers, making it fast and efficient. - ## 🎬 Quick demo The screenshot below demonstrates how I use Uncloud to deploy https://uncloud.run website to 2 remote machines from