diff --git a/site/index.html b/site/index.html index d6ac5c1e..3e71cc09 100644 --- a/site/index.html +++ b/site/index.html @@ -3,12 +3,12 @@
-- Uncloud is a lightweight Docker clustering tool for running web apps on your own servers — from cloud VMs to bare metal. + Uncloud is a lightweight Docker clustering tool for running web apps on your own servers + — from cloud VMs to bare metal. Replace Heroku and Render, no Kubernetes required.
+
+ # Start with any cloud VM or your own hardware+
$ uc machine init root@137.123.45.67
+
+ +
# Deploy your app with automatic HTTPS+
$ uc run --name my-app -p app.example.com:8000/https registry/app
+ ✨ Your app is available at https://app.example.com
+
+ +
# Achieve high availability by adding more machines and scaling the app+
$ uc machine add ubuntu@65.21.45.67
+ $ uc scale my-app --replicas 2
+