runc/namespaces
Michael Crosby 70367b2cf3 Improve execin to support registering funcs
This also changes the functionality of the default exec in to just be an
existing func that is called than handles the implementation to exec a
user user's process inside the container.  This implements this
functionallity in nsinit but is a base for how we will be handling these
types of features inside docker.

Signed-off-by: Michael Crosby <michael@docker.com>
2014-08-12 11:43:12 -07:00
..
nsenter Allow comparison based on strlen of "nsenter" 2014-08-08 15:44:18 -07:00
create.go Rename Container -> Config. 2014-06-23 17:08:15 -07:00
exec.go DefaultCreateCommand supports command w/ flags 2014-07-31 21:32:10 +02:00
execin.go Improve execin to support registering funcs 2014-08-12 11:43:12 -07: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