What is the automated way to mount /dev OR /dev/fuse OR /lib/modules under container

root@controller:~# lxc-device --name=controller-wlm-container-0d9a04d6 -- add /dev/fuse
lxc-device: controller-wlm-container-0d9a04d6: tools/lxc_device.c: main: 130 Container controller-wlm-container-0d9a04d6 is not running
root@controller:~#

when I try to run lxc-device to mount the /dev OR /dev/fuse OR /lib/modules under the container I’m facing container is not running even though it’s in a running state.

I would like to understand how to mound /dev OR /dev/fuse OR /lib/modules dir under lxc unprivileged containers.