Skip to content

Commit cc86c86

Browse files
committed
chore: rearrange features in README
1 parent 2963436 commit cc86c86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ Deploy a highly available web app with automatic HTTPS across multiple regions a
2828

2929
* **Deploy anywhere**: Combine cloud VMs, dedicated servers, and bare metal into a unified computing environment —
3030
regardless of location or provider.
31+
* **Docker Compose**: Familiar [Docker Compose](https://compose-spec.io/) format for defining services and volumes.
32+
No need to learn a new bespoke DSL.
33+
* **Zero-downtime deployments**: Rolling updates with health checks and automatic rollback on failure.
34+
* **Service discovery**: Built-in DNS server resolves service names to container IPs.
35+
* **Persistent storage**: Run stateful services with Docker volumes managed across machines.
3136
* **Zero-config private network**: Automatic WireGuard mesh with peer discovery and NAT traversal. Containers get unique
3237
IPs for direct cross-machine communication.
3338
* **No control plane**: Fully decentralized design eliminates single points of failure and reduces operational overhead.
3439
* **Imperative over declarative**: Favoring imperative operations over state reconciliation simplifies both the mental
3540
model and troubleshooting.
36-
* **Docker Compose**: Familiar [Docker Compose](https://compose-spec.io/) format for defining services and volumes.
37-
No need to learn a new bespoke DSL.
38-
* **Zero-downtime deployments**: Rolling updates with health checks and automatic rollback on failure.
39-
* **Service discovery**: Built-in DNS server resolves service names to container IPs.
4041
* **Managed DNS**: Automatic DNS records `*.<id>.cluster.uncloud.run` for services with public access via managed
4142
[Uncloud DNS](https://github.com/psviderski/uncloud-dns) service.
4243
* **Automatic HTTPS**: Built-in Caddy reverse proxy handles TLS certificate provisioning and renewal using Let's
4344
Encrypt.
44-
* **Persistent storage**: Run stateful services with Docker volumes managed across machines.
4545
* **Docker-like CLI**: Familiar commands for managing both infrastructure and applications.
4646
* **Remote management**: Control your entire infrastructure through SSH access to any single machine in the cluster.
4747

0 commit comments

Comments
 (0)