On Tue, Apr 25, 2017 at 12:07:18AM +0900, Tomasz Chmielewski wrote: > This one works: > > lxc launch images:ubuntu/trusty/amd64 test1 -c "security.privileged=true" > > > These don't: > > lxc launch images:ubuntu/trusty/amd64 test2 -c "security.privileged=true" -c > "raw.lxc: lxc.aa_allow_incomplete=1" > > lxc launch images:ubuntu/trusty/amd64 test3 -c "raw.lxc: > lxc.aa_allow_incomplete=1" > > > > What's the correct way to set "raw.lxc: lxc.aa_allow_incomplete=1" during > launch time (without setting it as a default profile option first)?
lxc launch images:ubuntu/trusty/amd64 test3 -c raw.lxc=lxc.aa_allow_incomplete=1 Yes, that's two equals signs but that should work fine :) -- Stéphane Graber Ubuntu developer http://www.ubuntu.com
signature.asc
Description: PGP signature
_______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
