We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7417ffc commit 8bb0572Copy full SHA for 8bb0572
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