Skip to content

Commit 8bb0572

Browse files
Create docker-run.md
1 parent 7417ffc commit 8bb0572

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)