Hi, I need to create a lxc CT, with a tmpfs inside. I had tried something like: lxc.mount.entry: tmpfs /mytmfs tmpfs size=1000M,mode=0777 0 0 but nothing is mounted running command mount -t tmpfs -o size=1000M tmpfs /mytmfs is working fine