enableFuse property

bool? enableFuse
getter/setter pair

Enable access to the FUSE device for this action.

Filesystems can then be mounted into disks shared with other actions. The other actions do not need the enable_fuse flag to access the mounted filesystem. This has the effect of causing the container to be executed with CAP_SYS_ADMIN and exposes /dev/fuse to the container, so use it only for containers you trust.

Implementation

core.bool? enableFuse;