Hi,

 

We have a test which may need /dev/fuse when run in docker test shell, something like next:

 

docker run -it --cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfined hello

 

What’s the suggestion for this case? Thanks.