From 3f2e60ea74dffa0e11af6653611a813e9bec2de7 Mon Sep 17 00:00:00 2001 From: Pavel Sviderski Date: Sun, 22 Jun 2025 09:38:15 +1000 Subject: [PATCH] docs: mention unregistry as comming soon feature --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 77462d0a..1ce48eca 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ 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 the [Uncloud Documentation](https://docs.uncloud.run)