<div dir="ltr"><pre>in a LXD container, the syntax is:

lxc config set mycontainer   raw.idmap 'both 1003 1003'

as idmap  is a blob, i you want assign multiple values, you have to send
multilines:

echo -e "both 1003 1003\nboth 1004 1004" | lxc config set mycontainer
raw.idmap -
</pre></div><div class="gmail_extra"><br><div class="gmail_quote">2017-03-27 15:28 GMT+02:00 Serge E. Hallyn <span dir="ltr"><<a href="mailto:serge@hallyn.com" target="_blank">serge@hallyn.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Feb 21, 2017 at 09:57:33PM -0800, Dan Miller wrote:<br>
> I'm following the procedure for mounting a host drive inside an lxc<br>
> container as described here:<br>
> <a href="https://insights.ubuntu.com/2016/12/08/mounting-your-home-directory-in-lxd/" rel="noreferrer" target="_blank">https://insights.ubuntu.com/<wbr>2016/12/08/mounting-your-home-<wbr>directory-in-lxd/</a>.<br>
><br>
> In that article the author sets the raw.idmap like this:<br>
><br>
> lxc config set zesty raw.idmap 'both 1000 1000'<br>
><br>
> I want to customize the mapping for gid and uid as described in the<br>
> lxd raw.idmap documentation. Which shows a sample mapping as this:<br>
><br>
> both 1000 1000<br>
> uid 50-60 500-510<br>
> gid 10000-110000 10000-20000<br>
><br>
> I'm struggling with the syntax for actually setting this on my<br>
> container, as it doesn't seem as though the command in the article<br>
> works for multi-line configurations, and I've tried entering it all on<br>
> a single line and by using JSON, but no luck, the container gives<br>
> configuration errors and won't start.<br>
><br>
> What is the correct way to configure this property?<br>
<br>
I remember having some trouble too when I tried it out.  @stgraber,<br>
do you have any insight here?<br>
<br>
IIRC I ended up using raw.lxc: lxc.id_map = ...  for what I was doing.<br>
<br>
thanks,<br>
-serge<br>
______________________________<wbr>_________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.<wbr>linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer" target="_blank">http://lists.linuxcontainers.<wbr>org/listinfo/lxc-users</a></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><font size="4"><span style="font-family:verdana,sans-serif">Gaétan QUENTIN</span></font><br></div></div>
</div>