We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03f35a7 + 7eebc39 commit 7008af7Copy full SHA for 7008af7
1 file changed
commands/surrealdb/docker-run.md
@@ -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