1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Solomon Hykes 1d10c55aec Move remote API config out of daemon/
Signed-off-by: Solomon Hykes <solomon@docker.com>
2014-08-13 19:25:51 +00:00
..
execdriver Fix go vet warnings 2014-08-13 11:37:30 +04:00
graphdriver Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary 2014-08-06 17:20:21 -06:00
networkdriver Fix go vet warnings 2014-08-13 11:37:30 +04:00
attach.go port usage of jsonlog to the new daemon files which were refactored 2014-08-06 16:45:04 -07:00
build.go Move "build" to daemon/build.go 2014-08-13 03:12:33 +00:00
changes.go
commit.go
config.go Move remote API config out of daemon/ 2014-08-13 19:25:51 +00:00
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 Move remote API config out of daemon/ 2014-08-13 19:25:51 +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 remote API config out of daemon/ 2014-08-13 19:25:51 +00:00
inspect.go
kill.go Separate events subsystem 2014-08-06 10:08:19 +00:00
list.go docker ps: introducing filters 2014-08-13 09:12:33 -04:00
logs.go Fix go vet warnings 2014-08-13 11:37:30 +04:00
MAINTAINERS Add maintainers to daemon/ and graph/ 2014-08-06 10:29:15 +00:00
network_settings.go
pause.go Separate events subsystem 2014-08-06 10:08:19 +00:00
README.md
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 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
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

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver