docs/daemon/execdriver
Dan Walsh 23feaaa240 Allow the container to share the PID namespace with the host
We want to be able to use container without the PID namespace.  We basically
want containers that can manage the host os, which I call Super Privileged
Containers.  We eventually would like to get to the point where the only
namespace we use is the MNT namespace to bring the Apps userspace with it.

By eliminating the PID namespace we can get better communication between the
host and the clients and potentially tools like strace and gdb become easier
to use.  We also see tools like libvirtd running within a container telling
systemd to place a VM in a particular cgroup, we need to have communications of the PID.

I don't see us needing to share PID namespaces between containers, since this
is really what docker exec does.

So currently I see us just needing docker run --pid=host

Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)
2015-01-13 16:35:17 -08:00
..
execdrivers update go import path and libcontainer 2014-07-24 22:19:50 +00:00
lxc Update lxc with libcontainer SetupUser change 2015-01-12 10:43:33 -08:00
native Allow the container to share the PID namespace with the host 2015-01-13 16:35:17 -08:00
MAINTAINERS update MAINTAINERS files 2014-06-16 22:20:07 +00:00
driver.go Allow the container to share the PID namespace with the host 2015-01-13 16:35:17 -08:00
pipes.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
termconsole.go Refactoring execdriver.Command and Container structs to support 'docker exec' and other 2014-09-01 14:30:16 -07:00
utils.go Merge pull request #7062 from crosbymichael/fix-lxc-caps 2014-07-28 16:19:08 -07:00