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 @@ - Gray HTML Demo - Home + Deploy Docker apps on your own infrastructure | Uncloud - - - + + + @@ -69,7 +69,8 @@ Cut cloud costs

- 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.

@@ -78,17 +79,49 @@ href="quickstart.html">Quick Start
- Try - for Free + + + + + + Star on GitHub +
- -
- Hero + +
+
+ +
+
+
+
+
+
+
+ +
+
# 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
+
+
@@ -779,6 +812,8 @@ + +