moby--moby/daemon
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
..
execdriver Make tty term exec driver specific 2014-07-16 16:57:49 -07:00
graphdriver Merge pull request #6939 from snitm/thinp-blocksize-fix 2014-07-10 19:57:07 +03:00
networkdriver Merge pull request #6799 from LK4D4/refactor_portallocator 2014-07-07 12:39:36 -07:00
MAINTAINERS Add cpuguy83 as volumes maintainer 2014-06-20 09:40:29 -04:00
README.md Add readme for daemon directory 2014-05-17 17:56:02 +00:00
attach.go Move Attach from container to daemon 2014-05-05 16:48:56 -07:00
container.go Merge pull request #6954 from LK4D4/fix_container_run_after_restart_#4766 2014-07-16 11:35:14 -07:00
container_unit_test.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
daemon.go Merge pull request #6821 from LK4D4/broadcast_writer_refactor 2014-07-07 12:15:47 -07:00
daemon_aufs.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
daemon_btrfs.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
daemon_devicemapper.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
daemon_no_aufs.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
history.go don't call sort for every add in history 2014-05-14 15:02:02 +03:00
inspect.go add links to inspect for 'linking' containers 2014-06-26 20:51:38 +00:00
network_settings.go Fix port mapping in ps display for public and private 2014-05-12 15:26:23 -07:00
server.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
state.go Use State waiting functions 2014-06-27 15:07:40 +04:00
state_test.go State refactoring and add waiting functions 2014-06-27 15:05:48 +04:00
utils.go Improve name generation on concurrent requests 2014-05-23 17:51:16 -07:00
utils_test.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
volumes.go daemon: *: updated getResourcePath and getRootResourcePath signatures 2014-06-18 15:51:28 -04:00

README.md

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver