Skip to content

Commit 7008af7

Browse files
authored
Merge pull request #22 from puken-dagobert/puken-dagobert-patch-14
Create docker-run.md
2 parents 03f35a7 + 7eebc39 commit 7008af7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

commands/surrealdb/docker-run.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
repo: "https://github.com/surrealdb/surrealdb"
3+
category: "Database"
4+
logo: null # Optional - provide URL to logo if available
5+
---
6+
7+
# Docker Run Command
8+
9+
```bash
10+
docker run --rm --pull always -p 8000:8000 surrealdb/surrealdb:latest start
11+
```

0 commit comments

Comments
 (0)