How can I change the IP of a container or start it with a specified IP?

See

on how to set statically the IP address of a container on a managed network using lxc commands.

To do so, you need to

  1. stop the container
  2. attach the lxdbr0 interface to the container
  3. set the IP address
  4. start the container again.