Configure your LXC container for Ubuntu and Debian
sudo lxc-create -n my-container -t download -- --dist ubuntu --release 24.04 --arch amd64
sudo lxc-start -n my-container
lxc.net.0.type = bridged
lxc.net.0.link = lxcbr0
lxc.net.0.flags = up
lxc.rootfs.path = /var/lib/lxc/my-container/rootfs
lxc.uts.name = my-container