diff --git a/commands/cockpit/docker-run.md b/commands/cockpit/docker-run.md new file mode 100644 index 0000000..0e9b7d9 --- /dev/null +++ b/commands/cockpit/docker-run.md @@ -0,0 +1,11 @@ +--- +repo: "https://github.com/Cockpit-HQ/Cockpit" +category: "CMS" +logo: "https://getcockpit.com/site/assets/media/logo-plain.svg" +--- + +# Docker Run Command + +```bash +docker run -d --name cockpit -v ./storage:/storage -p 8080:80 cockpithq/cockpit:pro-latest +```