Running FUSE applications inside docker container

Many apps capable of running in Docker lack FUSE support, which can be addressed by proxying the /dev/fuse device from the host. However, this isn’t feasible on macOS and technically unnecessary. Theoretically, the entire FUSE stack could be emulated inside a Docker container, eliminating the need for host FUSE support. This approach could be useful in various scenarios and seems feasible to implement.

What do you think?

1 Like