Skip to content

Commit fdf2b88

Browse files
authored
Updated docker installation guide to include UID requirements. (#64)
1 parent a838272 commit fdf2b88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/installation/docker/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ This article is based on RustFS official Linux binary packages, packaging RustFS
2323

2424
* Define listening port, admin account, data path, etc. in host `/etc/rustfs/config.toml` (see Section 4 for details)
2525

26+
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.
27+
2628
---
2729

2830
## 2. Quick Pull of RustFS Official Image

0 commit comments

Comments
 (0)