moby--moby/daemon
Michael Crosby 688741df31 Update mount struct with reference
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2014-09-01 15:18:30 -07:00
..
execdriver Update mount struct with reference 2014-09-01 15:18:30 -07:00
graphdriver Use increment operator 2014-08-30 21:43:48 +04:00
networkdriver Skip "no chain" error on deleting chain in Unmap 2014-08-27 20:24:27 +04:00
MAINTAINERS Add maintainers to daemon/ and graph/ 2014-08-06 10:29:15 +00:00
README.md Add readme for daemon directory 2014-05-17 17:56:02 +00:00
attach.go Rename 'StdConfig' to 'StreamConfig'. 2014-09-01 14:31:01 -07:00
changes.go Move "changes" to daemon/changes.go 2014-08-01 14:24:46 -04:00
commit.go Move "commit" to daemon/commit.go 2014-08-01 14:17:24 -04:00
config.go Fix typo for --restart deprecation 2014-08-22 12:56:43 -07:00
container.go Rename 'StdConfig' to 'StreamConfig'. 2014-09-01 14:31:01 -07:00
container_unit_test.go Added test cases for no port passed to nat.ParsePortSpecs and negative port number passed 2014-08-01 23:41:34 +05:30
copy.go Move "copy" to daemon/copy.go 2014-08-01 14:24:41 -04:00
create.go Cleanup: move image depth checks in image/ 2014-08-15 00:43:12 +00:00
daemon.go Rename 'StdConfig' to 'StreamConfig'. 2014-09-01 14:31:01 -07:00
daemon_aufs.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
daemon_btrfs.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
daemon_devicemapper.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
daemon_no_aufs.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
delete.go daemon: rename from "delete" job to "rm" 2014-08-21 19:58:26 +09:00
export.go Separate events subsystem 2014-08-06 10:08:19 +00:00
history.go don't call sort for every add in history 2014-05-14 15:02:02 +03:00
image_delete.go Rename "log_event" to "log" 2014-08-06 10:08:23 +00:00
info.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
inspect.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
kill.go Separate events subsystem 2014-08-06 10:08:19 +00:00
list.go Merge Container and State mutexes 2014-08-29 12:56:04 +04:00
logs.go Fix logs -f hanging on stopped containers 2014-08-19 22:23:02 +04:00
monitor.go Rename 'StdConfig' to 'StreamConfig'. 2014-09-01 14:31:01 -07:00
network_settings.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
pause.go Separate events subsystem 2014-08-06 10:08:19 +00:00
resize.go Move "resize" to daemon/resize.go 2014-08-01 14:17:20 -04:00
restart.go Separate events subsystem 2014-08-06 10:08:19 +00:00
start.go Move container start event into monitor 2014-08-13 15:58:54 -07:00
state.go Merge Container and State mutexes 2014-08-29 12:56:04 +04:00
state_test.go Fix go vet warnings 2014-08-13 11:37:30 +04:00
stop.go Separate events subsystem 2014-08-06 10:08:19 +00:00
top.go docker top: fix command when multiple arguments are supplied 2014-08-31 01:18:15 -07:00
utils.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
utils_linux.go Fix cross compile non cgo and linux systems 2014-07-16 16:57:49 -07:00
utils_nolinux.go Fix cross compile non cgo and linux systems 2014-07-16 16:57:49 -07:00
utils_test.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
volumes.go Cleanup: applyVolumesFrom 2014-08-26 20:52:58 -04:00
wait.go Move "wait" to daemon/wait.go 2014-08-01 14:17:16 -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