diff --git a/DOCKER.md b/DOCKER.md
index 9fc268bc..fe42aaf9 100644
--- a/DOCKER.md
+++ b/DOCKER.md
@@ -7,21 +7,11 @@
-
-
-
-
-
-
+
-
-
-
-
-
-
+
is the ultimate cloud
database for tomorrow's applications
@@ -113,12 +103,7 @@ For guidance on installation, development, deployment, and administration, see o
SurrealDB is designed to be simple to install and simple to run - using just one command from your terminal. In addition to traditional installation, SurrealDB can be installed and run with HomeBrew, Docker, or using any other container orchestration tool such as Docker Compose, Docker Swarm, Rancher, or in Kubernetes.
-
-
-
-
-
-
+
Install on macOS
@@ -129,12 +114,7 @@ brew install surrealdb/tap/surreal
```
-
-
-
-
-
-
+
Install on Linux
@@ -145,12 +125,7 @@ curl -L https://install.surrealdb.com | sh
```
-
-
-
-
-
-
+
Install on Windows
@@ -161,12 +136,7 @@ iwr https://ps1.surrealdb.com -useb | iex
```
-
-
-
-
-
-
+
Run using Docker