From f5dfe9023e7383760a7c8072dcabb81c24ef37b5 Mon Sep 17 00:00:00 2001 From: puken-dagobert Date: Sun, 4 May 2025 09:57:12 +0200 Subject: [PATCH] Create docker-run.md --- commands/mathesar/docker-run.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 commands/mathesar/docker-run.md 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 +```