From 129f7ae152517c65231465ad6722bb906c0c4038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Thu, 27 Nov 2025 17:00:39 +0100 Subject: [PATCH] docs/podman.1: Fix leftover rootless mention MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: https://github.com/containers/podman/pull/16371/commits/75f42157170de9aeb9d0fcd87e0a7e9e60fac353 Signed-off-by: Timothée Ravier --- docs/source/markdown/podman.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md index 77fdab2978..d3869aee5b 100644 --- a/docs/source/markdown/podman.1.md +++ b/docs/source/markdown/podman.1.md @@ -162,7 +162,7 @@ to use the installed ssh binary and config file declared in containers.conf. #### **--storage-driver**=*value* -Storage driver. The default storage driver for UID 0 is configured in `containers-storage.conf(5)` in rootless mode), and is *vfs* for non-root users when *fuse-overlayfs* is not available. The `STORAGE_DRIVER` environment variable overrides the default. The --storage-driver specified driver overrides all. +Storage driver. The default storage driver is configured in `containers-storage.conf(5)`. The `STORAGE_DRIVER` environment variable overrides the default. The --storage-driver specified driver overrides all. Overriding this option causes the *storage-opt* settings in `containers-storage.conf(5)` to be ignored. The user must specify additional options via the `--storage-opt` flag.