Update Docker install command

This commit is contained in:
Tobie Morgan Hitchcock 2022-08-02 21:33:50 +01:00
parent 9313466578
commit 4d36c647f6
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@ iwr https://windows.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 -vvv start docker run --pull --rm -p 8000:8000 surrealdb/surrealdb:latest 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://windows.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 -vvv start docker run --pull --rm -p 8000:8000 surrealdb/surrealdb:latest 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>