+At time of writing, podman does not support NFS. If you see a warning about a network file system, it may recommend setting `force_mask="700"` in `~/.config/containers/storage.conf` to suppress the warning. Do not do this - it does not work. In fact, setting this `force_mask` can cause file ownership and permission issues that prevent some containers (e.g. postgis) from starting. Instead, make sure that `graphroot` in your `storage.conf` is set to a non-NFS folder (and comment out or remove any `force_mask` setting, if applicable).
0 commit comments