Skip to content

Commit ef205b8

Browse files
authored
Merge pull request #39 from puken-dagobert/puken-dagobert-patch-31
Create docker-run.md
2 parents c63d717 + da45952 commit ef205b8

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

commands/nocodb/docker-run.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)