Update default Docker command

This commit is contained in:
Tobie Morgan Hitchcock 2022-07-18 22:42:28 +01:00
parent e5ab049432
commit 39a0ad22c6
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@ iwr https://install.surrealdb.com -useb | iex
Docker can be used to manage and run SurrealDB database instances without the need to install any command-line tools. The SurrealDB docker container contains the full command-line tools for importing and exporting data from a running server, or for running a server itself. Docker can be used to manage and run SurrealDB database instances without the need to install any command-line tools. The SurrealDB docker container contains the full command-line tools for importing and exporting data from a running server, or for running a server itself.
```bash ```bash
docker run --rm -p 8000:8000 surrealdb/surrealdb:latest start docker run --rm -p 8000:8000 surrealdb/surrealdb:latest -vvv start
``` ```
<h2><img height="20" src="https://github.com/surrealdb/surrealdb/blob/main/img/community.svg?raw=true">&nbsp;&nbsp;Community</h2> <h2><img height="20" src="https://github.com/surrealdb/surrealdb/blob/main/img/community.svg?raw=true">&nbsp;&nbsp;Community</h2>

View file

@ -177,7 +177,7 @@ iwr https://install.surrealdb.com -useb | iex
Docker can be used to manage and run SurrealDB database instances without the need to install any command-line tools. The SurrealDB docker container contains the full command-line tools for importing and exporting data from a running server, or for running a server itself. Docker can be used to manage and run SurrealDB database instances without the need to install any command-line tools. The SurrealDB docker container contains the full command-line tools for importing and exporting data from a running server, or for running a server itself.
```bash ```bash
docker run --rm -p 8000:8000 surrealdb/surrealdb:latest start docker run --rm -p 8000:8000 surrealdb/surrealdb:latest -vvv start
``` ```
<h2><img height="20" src="/img/community.svg">&nbsp;&nbsp;Community</h2> <h2><img height="20" src="/img/community.svg">&nbsp;&nbsp;Community</h2>