[lxc-users] set "lxc.aa_allow_incomplete = 1" - where do I add it for lxd?

Serge Hallyn serge.hallyn at ubuntu.com
Tue Oct 27 15:36:46 UTC 2015


Quoting Tomasz Chmielewski (mangoo at wpkg.org):
> On 2015-10-27 23:36, Serge Hallyn wrote:
> >Quoting Tomasz Chmielewski (mangoo at wpkg.org):
> >>Thanks, it worked.
> >>
> >>How do I set other "lxc-style" values in lxd, like for example:
> >>
> >>lxc.network.ipv4 = 10.0.12.2/24
> >>lxc.network.ipv4.gateway = 10.0.12.1
> >>lxc.network.ipv6 = 1111:2222:3333:4444::55
> >>lxc.network.ipv6.gateway = 1111:2345:6789:aaaa::2
> >
> >You need to set a single lxc.raw to the whole multi-line value.
> 
> Hmm, what do you mean by that? Can you give an example?

cat | lxc config set w64 raw.lxc -
lxc.network.type = veth
lxc.network.ipv4 = 10.0.3.18


More information about the lxc-users mailing list