From f91fc1f61b0d098448576018ab0ddbe893dacf4b Mon Sep 17 00:00:00 2001 From: jcj46548-ux Date: Mon, 11 May 2026 17:39:28 +0800 Subject: [PATCH] docs: clarify Docker rootfs wording Signed-off-by: jcj46548-ux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b8c2d811e..dae54213fd 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ the `node_exporter` access to the host namespaces. Be aware that any non-root mount points you want to monitor will need to be bind-mounted into the container. -If you start container for host monitoring, specify `path.rootfs` argument. +If you start a container for host monitoring, specify the `path.rootfs` argument. This argument must match path in bind-mount of host root. The node\_exporter will use `path.rootfs` as prefix to access host filesystem.