Namespaces in operation, part 4: more on PID namespaces
Posted Jan 24, 2013 16:56 UTC (Thu) by dashesy (subscriber, #74652)
[Link]
Integrating these nice utilities in the util-linux is an excellent idea. A few different simple utilities, along with some simple SysV-init scripts (that go in /etc/init.d of ns for convenience) and a generic init suitable for namespace(polished simple_init.c) is all needed to experiment with ns.
Namespaces in operation, part 4: more on PID namespaces
Posted Jan 25, 2013 16:44 UTC (Fri) by fishface60 (subscriber, #88700)
[Link]
Util-Linux already has such tools in git, unshare works with all the name spaces and nsenter let's you create a new process in an existing namespace.
I'm quite looking forward to being able to launch a container in shell.