Update default Docker command
This commit is contained in:
parent
e5ab049432
commit
39a0ad22c6
2 changed files with 2 additions and 2 deletions
|
@ -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"> Community</h2>
|
<h2><img height="20" src="https://github.com/surrealdb/surrealdb/blob/main/img/community.svg?raw=true"> Community</h2>
|
||||||
|
|
|
@ -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"> Community</h2>
|
<h2><img height="20" src="/img/community.svg"> Community</h2>
|
||||||
|
|
Loading…
Reference in a new issue