On Sat, Jun 10, 2017 at 12:38 PM, Michael Johnson
wrote:
> Thanks for all the suggestions. I seem to have magically fixed it. When
> I changed the parent from lxdbr0 to br0 it now works. Lxdbr0 was a
> 'network' I created with 'lxc network create' and br0 was the host
> bridge I configured by han
Mike,
Did you get the basic LXC container working on your Gentoo? That would
be a good first step to sort out your bridge problem, and you did say
'simplest use case'. Then when it is working, perhaps someone on this
list can say how similar the LXD setup would be.
For me, the basic LXC cont
An IBM Researcher named Lin Sun recently demo'd use of LXD containers for
both Kubernetes "server" and "worker" nodes.
https://youtu.be/DXnrOgPt1Cs
I contacted her on linkedin to ask if the IBM scripts/modifications had
been published somewhere yet & she said no.
But at least the video shows it
On 6/10/2017 2:29 PM, Michael Johnson wrote:
>> lxc config device add gentoo default nic nictype=bridged name=eth0
parent=br0 ipv4.address=192.168.0.36/24 ipv6.address=none
where "gentoo" is the container's Alias and "default" the profile used
for the "gentoo" container?
actually this would