Hi,
Every time i create a new lxd i need to run the following for network.
lxc config device add “containername” eth0 nic nictype=bridged parent=br0 name=eth0
how to sat this as default?
You add it to your profile using:
lxc profile device add <profile> eth0 nic nictype=bridged parent=br0 name=eth0
1 Like