I’m looking for examples how to create/launch a container with a predefined ipv4.address? Is that even possible? I've tried with
lxc launch image name --config 'eth0.ipv4.address=10.0.2.2'
Though this errors out with unknown key? I'm suspecting that's a limitation of LXD?