[lxc-devel] [lxc/lxc] 13d8bd: lxc_unshare -u argument useful even with USER name...
GitHub
noreply at github.com
Wed Jan 15 21:42:52 UTC 2014
Branch: refs/heads/master
Home: https://github.com/lxc/lxc
Commit: 13d8bde96f0a21da92bcf353ad5db3f6f83172c2
https://github.com/lxc/lxc/commit/13d8bde96f0a21da92bcf353ad5db3f6f83172c2
Author: Seth Robertson <srobertson at appcomsci.com>
Date: 2014-01-15 (Wed, 15 Jan 2014)
Changed paths:
M doc/lxc-unshare.sgml.in
M src/lxc/lxc_unshare.c
Log Message:
-----------
lxc_unshare -u argument useful even with USER namespace shared
Signed-off-by: Seth Robertson <srobertson at appcomsci.com>
Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>
Commit: c1bb25a831fdd568fb8c899b67a7be63c21f4a10
https://github.com/lxc/lxc/commit/c1bb25a831fdd568fb8c899b67a7be63c21f4a10
Author: Seth Robertson <srobertson at appcomsci.com>
Date: 2014-01-15 (Wed, 15 Jan 2014)
Changed paths:
M doc/lxc-unshare.sgml.in
M src/lxc/lxc_unshare.c
Log Message:
-----------
Teach lxc_unshare about interfaces, mounts, hostname, daemonize
lxc_unshare now takes one or more '-i interfacename' arguments which
will move the named interfaces into the created container.
lxc_unshare now takes -M argument which will cause the standard mounts
(/proc /dev/shm /dev/mqueue) to be auto-mounted inside container.
lxc_unshare now takes '-H hostname' argument to automatically set
the hostname in the container.
lxc_unshare now takes -D argument to automatically daemonize and detach
from the created container, instead of waiting for the container to exit
Signed-off-by: Seth Robertson <srobertson at appcomsci.com>
Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>
Compare: https://github.com/lxc/lxc/compare/00fe5e1d19de...c1bb25a831fd
More information about the lxc-devel
mailing list