docs/daemon/execdriver
Michael Crosby 0d67b420b5 Make tty term exec driver specific
lxc is special in that we cannot create the master outside of the
container without opening the slave because we have nothing to provide to the
cmd.  We have to open both then do the crazy setup on command right now instead of
passing the console path to lxc and telling it to open up that console.  we save a couple of
openfiles in the native driver because we can do this.
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@docker.com> (github: crosbymichael)
2014-07-16 16:57:49 -07:00
..
execdrivers mount of /.dockerinit is not needed for native driver, so move it into lxc driver 2014-06-03 18:13:54 +08:00
lxc Make tty term exec driver specific 2014-07-16 16:57:49 -07:00
native Make tty term exec driver specific 2014-07-16 16:57:49 -07:00
MAINTAINERS update MAINTAINERS files 2014-06-16 22:20:07 +00:00
driver.go Basic --cap-add and --cap-drop support for lxc 2014-07-11 23:43:21 +00:00
pipes.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
termconsole.go Make tty term exec driver specific 2014-07-16 16:57:49 -07:00
utils.go Allow case insensitive caps for add and drop 2014-07-16 11:47:55 -07:00