docs/daemon/execdriver/native
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
..
template Update libcontainer to 1597c68f7b941fd97881155d7f077852e2914e7b 2014-12-23 12:10:03 -08:00
create.go Allow the container to share the PID namespace with the host 2015-01-13 16:35:17 -08:00
driver.go Update libcontainer to 1597c68f7b941fd97881155d7f077852e2914e7b 2014-12-23 12:10:03 -08:00
driver_unsupported.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
driver_unsupported_nocgo.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
exec.go pkg/reexec: move reexec code to a new package 2014-10-30 14:48:30 +02:00
info.go Fix cross compile non cgo and linux systems 2014-07-16 16:57:49 -07:00
init.go Update docker with syncpipe changes 2014-11-06 01:14:13 +00:00
utils.go Update docker with syncpipe changes 2014-11-06 01:14:13 +00:00