runc/namespaces
Michael Crosby 549f508d5b Change namespaces config to include path for setns
This changes the namespace configuration on the config to include the
name of the namespace along with an optional path.  This path is used to
point to a file of another namespace for the namespace so that it can be
joined in place of the empty, initialized namespace.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2014-12-03 12:00:43 -08: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 Move RemovePaths into cgroups pkg for reuse 2014-11-17 11:56:19 -08:00
execin.go use os.Environ() to set exec command's env 2014-11-14 12:51:14 -05:00
init.go Change namespaces config to include path for setns 2014-12-03 12:00:43 -08: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
utils.go Change namespaces config to include path for setns 2014-12-03 12:00:43 -08:00