Mount fuseFS in non-privileged mode

I would like to know if there is way I could mount a fuseFS inside docker in non-privileged mode? I need to make a user-space app that doesn’t need privileged access to run the containers. I’ve heard of parrot sandboxing tool and the volume-vault plugin that does the same for vault.

If there’s no way to do that in general, is it a good idea to follow volume-vault’s approach and do the same for fuseFS?