Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/installation/docker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down