Browse Source

Merge pull request #914 from trapexit/readme

mention bind-propagation and add link to hotio
pull/926/head
trapexit 3 years ago
committed by GitHub
parent
commit
3fdd322a5c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -1,6 +1,6 @@
% mergerfs(1) mergerfs user manual
% Antonio SJ Musumeci <trapexit@spawn.link>
% 2021-02-08
% 2021-05-29
# NAME
@ -1143,6 +1143,8 @@ Yes. With Docker you'll need to include `--cap-add=SYS_ADMIN --device=/dev/fuse
Keep in mind that you **MUST** consider identity when using containers. For example: supplemental groups will be picked up from the container unless you properly manage users and groups by sharing relevant /etc files or by using some other means to share identity across containers. Similarly if you use "rootless" containers and user namespaces to do uid/gid translations you **MUST** consider that while managing shared files.
Also, as mentioned by [hotio](https://hotio.dev/containers/mergerfs), with Docker you should probably be mounting with `bind-propagation` set to `slave`.
#### Does mergerfs support CoW / copy-on-write / writes to read-only filesystems?

Loading…
Cancel
Save