We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c63d717 + da45952 commit ef205b8Copy full SHA for ef205b8
1 file changed
commands/nocodb/docker-run.md
@@ -0,0 +1,15 @@
1
+---
2
+repo: "https://github.com/nocodb/nocodb"
3
+category: "Database"
4
+logo: "https://raw.githubusercontent.com/nocodb/nocodb/develop/packages/nc-gui/assets/img/icons/512x512.png"
5
6
+
7
+# Docker Run Command
8
9
+```bash
10
+docker run -d \
11
+ --name noco \
12
+ -v "./nocodb:/usr/app/data/" \
13
+ -p 8080:8080 \
14
+ nocodb/nocodb:latest
15
+```
0 commit comments