diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-07 09:46:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-07 09:46:43 -0400 |
commit | 15375b549f5f86e773904ce4cf97fdcf1d5dcbb8 (patch) | |
tree | 10075228fb66e40e14f0343a7b12fa210ef7d5c4 /contrib | |
parent | abb474054c81535d2f696601646b01e3483c2fa5 (diff) | |
parent | 38f7084d355a101c2dd38954b86853588b9dd213 (diff) | |
download | podman-15375b549f5f86e773904ce4cf97fdcf1d5dcbb8.tar.gz podman-15375b549f5f86e773904ce4cf97fdcf1d5dcbb8.tar.bz2 podman-15375b549f5f86e773904ce4cf97fdcf1d5dcbb8.zip |
Merge pull request #7524 from TomSweeneyRedHat/dev/tsweeney/fusemod2
[CI:DOCS] Add note on run image fuse problem - try 2
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/podmanimage/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/podmanimage/README.md b/contrib/podmanimage/README.md index d6abb8ae6..7641f6c7e 100644 --- a/contrib/podmanimage/README.md +++ b/contrib/podmanimage/README.md @@ -49,3 +49,8 @@ podman images exit ``` + +**Note:** If you encounter a `fuse: device not found` error when running the container image, it is likely that +the fuse kernel module has not been loaded on your host system. Use the command `modprobe fuse` to load the +module and then run the container image. To enable this automatically at boot time, you can add a configuration +file to `/etc/modules.load.d`. See `man modules-load.d` for more details. |