diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-10-02 07:53:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 07:53:37 -0400 |
commit | 08755e59b60df8e183a70cdbe90d7424a2fb91f4 (patch) | |
tree | fe9c360d6ed17e216612457ec592e3a93077fd33 /docs/source/markdown/podman-create.1.md | |
parent | ff3aa2b3d1b9765e0f09ed15dcf160065b54c889 (diff) | |
parent | 4f7da3274baed18c3eaf0a1329501d528e224436 (diff) | |
download | podman-08755e59b60df8e183a70cdbe90d7424a2fb91f4.tar.gz podman-08755e59b60df8e183a70cdbe90d7424a2fb91f4.tar.bz2 podman-08755e59b60df8e183a70cdbe90d7424a2fb91f4.zip |
Merge pull request #7456 from giuseppe/modprobe-fuse
spec: modprobe fuse with --device .*/fuse
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index 4a8b311f0..28c340d2f 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -215,6 +215,10 @@ Note: if the user only has access rights via a group, accessing the device from inside a rootless container will fail. The **crun**(1) runtime offers a workaround for this by adding the option **--annotation run.oci.keep_original_groups=1**. +Podman may load kernel modules required for using the specified +device. The devices that podman will load modules when necessary are: +/dev/fuse. + **--device-cgroup-rule**="type major:minor mode" Add a rule to the cgroup allowed devices list. The rule is expected to be in the format specified in the Linux kernel documentation (Documentation/cgroup-v1/devices.txt): |