We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7417ffc + 8bb0572 commit b003858Copy full SHA for b003858
1 file changed
commands/cockpit/docker-run.md
@@ -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