Skip to content

Commit b003858

Browse files
authored
Merge pull request #40 from puken-dagobert/puken-dagobert-patch-32
Create docker-run.md
2 parents 7417ffc + 8bb0572 commit b003858

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

commands/cockpit/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/Cockpit-HQ/Cockpit"
3+
category: "CMS"
4+
logo: "https://getcockpit.com/site/assets/media/logo-plain.svg"
5+
---
6+
7+
# Docker Run Command
8+
9+
```bash
10+
docker run -d --name cockpit -v ./storage:/storage -p 8080:80 cockpithq/cockpit:pro-latest
11+
```

0 commit comments

Comments
 (0)