moby--moby/daemon
Victor Vieux b06311a72e fix goroutines leak and exit code
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)

Signed-off-by: Victor Vieux <vieux@docker.com>
2014-08-13 00:03:56 +00:00
..
execdriver fix goroutines leak and exit code 2014-08-13 00:03:56 +00:00
graphdriver Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary 2014-08-06 17:20:21 -06:00
networkdriver
MAINTAINERS Add maintainers to daemon/ and graph/ 2014-08-06 10:29:15 +00:00
README.md
attach.go port usage of jsonlog to the new daemon files which were refactored 2014-08-06 16:45:04 -07:00
changes.go
commit.go
container.go fix goroutines leak and exit code 2014-08-13 00:03:56 +00:00
container_unit_test.go
copy.go
create.go Separate events subsystem 2014-08-06 10:08:19 +00:00
daemon.go Remove last trace of Daemon->Server dependency 2014-08-06 17:56:12 +00:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
delete.go fix #7374 leftover 2014-08-12 23:37:33 +00:00
export.go Separate events subsystem 2014-08-06 10:08:19 +00:00
history.go
image_delete.go Rename "log_event" to "log" 2014-08-06 10:08:23 +00:00
info.go Move "info" to daemon/info.go 2014-08-08 03:01:55 +00:00
inspect.go
kill.go Separate events subsystem 2014-08-06 10:08:19 +00:00
list.go
logs.go port usage of jsonlog to the new daemon files which were refactored 2014-08-06 16:45:04 -07:00
network_settings.go
pause.go Separate events subsystem 2014-08-06 10:08:19 +00:00
resize.go
restart.go Separate events subsystem 2014-08-06 10:08:19 +00:00
start.go Separate events subsystem 2014-08-06 10:08:19 +00:00
state.go fix goroutines leak and exit code 2014-08-13 00:03:56 +00:00
state_test.go State refactoring and add waiting functions 2014-06-27 15:05:48 +04:00
stop.go Separate events subsystem 2014-08-06 10:08:19 +00:00
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go Cleanup: extract bindmount spec parsing 2014-08-06 17:22:40 -04:00
wait.go

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