diff --git a/commands/mathesar/docker-run.md b/commands/mathesar/docker-run.md new file mode 100644 index 0000000..efe88c7 --- /dev/null +++ b/commands/mathesar/docker-run.md @@ -0,0 +1,11 @@ +--- +repo: "https://github.com/mathesar-foundation/mathesar" +category: "Database" +logo: "https://mathesar.org/apple-touch-icon.png" +--- + +# Docker Run Command + +```bash +docker run -it --name mathesar -p 8000:8000 mathesar/mathesar:latest +```