From 8e0733fa76336dfb3b77c6656acec279c0f0a391 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Tue, 14 Dec 2021 18:09:43 +0000 Subject: [PATCH] Fix Docker README --- DOCKER.md | 42 ++++++------------------------------------ 1 file changed, 6 insertions(+), 36 deletions(-) diff --git a/DOCKER.md b/DOCKER.md index 9fc268bc..fe42aaf9 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -7,21 +7,11 @@

- - SurrealDB Logo - - - SurrealDB Logo - + SurrealDB Logo

- - SurrealDB - - - SurrealDB - + SurrealDB 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