From c40f42e57e42ca2e970eb509137f228d6fae0a43 Mon Sep 17 00:00:00 2001 From: trapexit Date: Sat, 29 May 2021 13:26:54 -0400 Subject: [PATCH] mention bind-propagation and add link to hotio --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b21d799..252b1aa6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ % mergerfs(1) mergerfs user manual % Antonio SJ Musumeci -% 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?