can't open fuse device in a docker container when mounting a davfs2 volume
问题 I encounter the following error when I try to mount a davfs2 volume on a docker container : geoserver@8e8091d97157:~$ mount owncloud/ /sbin/mount.davfs: loading kernel module fuse /sbin/mount.davfs: loading kernel module fuse failed /sbin/mount.davfs: waiting for /dev/fuse to be created /sbin/mount.davfs: can't open fuse device /sbin/mount.davfs: trying coda kernel file system /sbin/mount.davfs: no free coda device to mount The Dockerfile has the following content : FROM debian:jessie ENV