From 39a2d4445d85940bc808fb7b088ea1332d810e45 Mon Sep 17 00:00:00 2001 From: crc-invisio Date: Fri, 21 Nov 2025 09:47:27 +0100 Subject: [PATCH] Updated docker installation guide to include UID requirements. --- docs/installation/docker/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation/docker/index.md b/docs/installation/docker/index.md index 7139f33..fb60154 100644 --- a/docs/installation/docker/index.md +++ b/docs/installation/docker/index.md @@ -23,6 +23,8 @@ This article is based on RustFS official Linux binary packages, packaging RustFS * Define listening port, admin account, data path, etc. in host `/etc/rustfs/config.toml` (see Section 4 for details) +4. RustFS container run as non-root user `rustfs` with id `10001`, if you run docker with `-v` to mount host directory into docker container, please make sure the owner of host directory has been changed to `10001`, otherwise you will encounter permission denied error. + --- ## 2. Quick Pull of RustFS Official Image