Skip to content

Commit

Permalink
Merge pull request #2 from dongcarl/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
danbgds committed May 2, 2016
2 parents 36e8096 + 8c1d9ac commit 2f437aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Part of the content below is based on publications from Jérôme Petazzoni<sup>
<td><p align="justify">Docker does not support user namespaces but is a feature currently under development<sup> [13]</sup>. UID mapping is currently supported by the LXC driver but not in the native libcontainer library.
<br>
<br>
This feature would allow the Docker daemon to run as an unprivileged user on the host but appear as running as root within containers. While suing the LXC driver this can by using the <code>-lxc-conf</code> option, as shown in the example Docker <code>run</code> command below.</p>
This feature would allow the Docker daemon to run as an unprivileged user on the host but appear as running as root within containers. While using the LXC driver this can by using the <code>-lxc-conf</code> option, as shown in the example Docker <code>run</code> command below.</p>
<code>docker run -lxc-conf="lxc.id_map = u 0 100000 65536" -lxc-conf="lxc.id_map = g 0 100000 65536" ...</code>
<br>
<br>
Expand Down

0 comments on commit 2f437aa

Please sign in to comment.