Do not start LXD containers on boot
For all newly created containers:
lxc profile set default boot.autostart=false
Or for existing container:
lxc config set <container_name> boot.autostart false
For all newly created containers:
lxc profile set default boot.autostart=false
Or for existing container:
lxc config set <container_name> boot.autostart false