On Sat, Aug 27, 2016 at 6:13 AM, P. Lowe <[email protected]> wrote: > But what do I have to do in order to make the nested-inner (child) container > accessible outside the nested-outer (parent) container?
The easiest option should be to create a bridge the parent container's eth0 (e.g. https://help.ubuntu.com/lts/serverguide/network-configuration.html#bridging), and use that bridge (instead of parent's lxdbr0) for the child containers. -- Fajar _______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
