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.
2 parents e2456c2 + 470c6d2 commit 726f3dcCopy full SHA for 726f3dc
commands/metabase/docker-run.md
@@ -0,0 +1,11 @@
1
+---
2
+repo: "https://github.com/metabase/metabase"
3
+category: "Dashboard"
4
+logo: "https://www.metabase.com/images/apple-touch-icon.png"
5
6
+
7
+# Docker Run Command
8
9
+```bash
10
+docker run -d -p 3000:3000 --name metabase metabase/metabase:latest
11
+```
0 commit comments