<html><head></head><body>Try<br>
$ lxc launch images:ubuntu/trusty/amd64 testct2 -c "$(echo -e 'raw.idmap=uid 1000 33\ngid 1002 33')"<br>
-- <br>
Matlink<br><br><div class="gmail_quote">Le 24 juin 2017 05:54:07 GMT+02:00, Tomasz Chmielewski <mangoo@wpkg.org> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">This one works:<br /><br />$ lxc launch images:ubuntu/trusty/amd64 testct1 -c 'raw.idmap=uid 1000 33'<br /><br /><br />This one doesn't:<br /><br />$ lxc launch images:ubuntu/trusty/amd64 testct2 -c 'raw.idmap=uid 1000 33\ngid 1002 33'<br />Creating testct2<br />error: invalid raw.idmap line uid 1000 33\ngid 1000 33<br /><br /><br />What's the correct syntax to set it?<br /><br />Tomasz Chmielewski<br /><a href="https://lxadm.com">https://lxadm.com</a><br /><hr /><br />lxc-users mailing list<br />lxc-users@lists.linuxcontainers.org<br /><a href="http://lists.linuxcontainers.org/listinfo/lxc-users">http://lists.linuxcontainers.org/listinfo/lxc-users</a></pre></blockquote></div></body></html>