moby--moby/runconfig
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
..
compare.go Move volumesfrom to hostconfig 2014-04-08 21:45:06 +00:00
config.go Move security opts to HostConfig 2014-11-25 01:02:30 +02:00
config_test.go add ability to publish range of ports 2015-01-02 23:21:26 +00:00
exec.go refactor redundant code around calls to cmd.Parse 2015-01-06 13:41:16 +01:00
hostconfig.go Allow the container to share the PID namespace with the host 2015-01-13 16:35:17 -08:00
merge.go Merge pull request #8770 from LK4D4/logrus_support 2014-10-27 09:05:24 -07:00
parse.go Allow the container to share the PID namespace with the host 2015-01-13 16:35:17 -08:00
parse_test.go Remove unused sysinfo parameter to runconfig.Parse 2014-11-14 18:20:54 -08:00