runc/namespaces
Saied Kazemi ae81ea069f Add RootFs field to configuration options in libcontainer's Config
Since currently the container.json file does not include the pathname
to a container's root filesystem, we need to parse /proc/mounts which
is slow and error-prone.  This patch addresses this issue by adding a
new RootFs field.

Signed-off-by: Saied Kazemi <saied@google.com>
2014-09-23 16:16:13 -07:00
..
nsenter Enter cgroups as part of nsenter while using systemd. 2014-08-13 23:26:27 +00:00
create.go Add RootFs field to configuration options in libcontainer's Config 2014-09-23 16:16:13 -07:00
exec.go Add RootFs field to configuration options in libcontainer's Config 2014-09-23 16:16:13 -07:00
execin.go Store all the cgroups paths as part of the state. This simplifies entering cgroups and will be useful for 2014-08-13 23:26:27 +00:00
init.go Make syncpipe transport generic data 2014-08-06 18:00:52 -07:00
types.go Updated libcontainer subpackage dependencies. Most subpackages now do not depend on their parent ('libcontainer') package. 'namespaces' and 'nsinit' still do. 2014-06-20 22:52:43 +00:00
types_linux.go Updated libcontainer subpackage dependencies. Most subpackages now do not depend on their parent ('libcontainer') package. 'namespaces' and 'nsinit' still do. 2014-06-20 22:52:43 +00:00
types_test.go Updated libcontainer subpackage dependencies. Most subpackages now do not depend on their parent ('libcontainer') package. 'namespaces' and 'nsinit' still do. 2014-06-20 22:52:43 +00:00