runc/nsinit
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
..
config.go Cleanup and rename loadContainer to loadConfig 2014-08-12 12:03:53 -07:00
exec.go Add RootFs field to configuration options in libcontainer's Config 2014-09-23 16:16:13 -07:00
init.go Cleanup and rename loadContainer to loadConfig 2014-08-12 12:03:53 -07:00
main.go Reuse exec cli function and strip nsenter- from funcs 2014-08-12 17:33:20 -07:00
nsenter.go Add ip func example for listing namespace interfaces 2014-08-12 11:52:33 -07:00
pause.go Cleanup and rename loadContainer to loadConfig 2014-08-12 12:03:53 -07:00
stats.go Cleanup and rename loadContainer to loadConfig 2014-08-12 12:03:53 -07:00
utils.go Cleanup and rename loadContainer to loadConfig 2014-08-12 12:03:53 -07:00