According to this article, you can set up basic lxd networking with:
lxc network create testbr0
lxc network attach-profile testbr0 default eth0
However, the lxc network command doesn't exist in the version of lxc/lxd available in trusty. How can I do the same thing in trusty?
0 Answers