Skip to content

Commit

Permalink
Update Docker install command
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiemh committed Aug 2, 2022
1 parent 9313466 commit 4d36c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```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>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```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>
Expand Down

0 comments on commit 4d36c64

Please sign in to comment.