From 72849d71ee15b80fdefd9036aaf94b6e59a24743 Mon Sep 17 00:00:00 2001 From: besendorf Date: Mon, 17 Aug 2026 13:38:29 +0200 Subject: [PATCH] Simplify docker.md instructions Removed unnecessary note about mounting the entire '/var/run' directory. --- docs/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker.md b/docs/docker.md index e72d99c..453c245 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -45,4 +45,4 @@ docker run -it \ ghcr.io/mvt-project/mvt ``` -If you built the image from source, replace `ghcr.io/mvt-project/mvt` with `mvt`. You do not need to mount the entire `/var/run` directory. +If you built the image from source, replace `ghcr.io/mvt-project/mvt` with `mvt`.