runc/nsinit
Andrey Vagin d572094b75 new-api: execute a process inside an existing container
A new constructor function (like nsenter) is added in this patch.  This
function gets arguments from environment variables and its behaviour doesn't
depend on a command line arguments.

A program which calls factory.StartInitialization() must import the nsenter
package. It looks ugly, but I don't know another way how to enter into CT from
a go code.

Signed-off-by: Andrey Vagin <avagin@openvz.org>
2014-12-25 18:44:10 +03:00
..
Makefile nsinit: Add Makefile 2014-12-16 09:18:48 +03:00
config.go Cleanup and rename loadContainer to loadConfig 2014-08-12 12:03:53 -07:00
exec.go nsinit: remove ticks around nsenter 2014-12-23 16:30:37 +03:00
init.go new-api: execute a process inside an existing container 2014-12-25 18:44:10 +03:00
main.go nsinit: remove ticks around nsenter 2014-12-23 16:30:37 +03:00
pause.go Cleanup and rename loadContainer to loadConfig 2014-08-12 12:03:53 -07:00
stats.go nsinit: use the new API for executing processes 2014-12-16 09:19:02 +03:00
utils.go libcontainer: move Config in a separate package 2014-12-19 12:32:34 +03:00