1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/execdriver/lxc
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
..
driver.go Make tty term exec driver specific 2014-07-16 16:57:49 -07:00
info.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
info_test.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
init.go Use libcontainer cap drop method 2014-06-19 16:00:53 -04:00
lxc_init_linux.go add check for invalid caps 2014-07-11 23:43:21 +00:00
lxc_init_unsupported.go Use libcontainer cap drop method 2014-06-19 16:00:53 -04:00
lxc_template.go Update libcontainer imports 2014-06-10 19:58:15 -07:00
lxc_template_unit_test.go Merge pull request #6797 from zhgwenming/master 2014-07-16 16:01:43 -07:00
MAINTAINERS Add Dinesh Subhraveti to MAINTAINERS 2014-05-27 16:45:17 -04:00