NVIDIA / enroot

A simple yet powerful tool to turn traditional container/OS images into unprivileged sandboxes.
Apache License 2.0
649 stars 94 forks source link

How to start an enroot to support fuse? #182

Open davidmlw opened 8 months ago

davidmlw commented 8 months ago
enroot start --rw --mount /dev/fuse:/dev/fuse image

mkdir real
touch real/foo.txt
mkdir mnt
fusermount real mnt

get error message "fusermount: extra arguments after the mountpoint"

Are there other options I missed to start or create the enroot?

Add some extra information. I was using another complex tool which depends on fuse. The tool replied a message. So I did some experiments above. "[warning] : write some_file_path: Permission denied"