moby--moby/daemon
Solomon Hykes 2a39635d30 Cleanup: move image depth checks in image/
Signed-off-by: Solomon Hykes <solomon@docker.com>
2014-08-15 00:43:12 +00:00
..
execdriver Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
graphdriver another commit to do like @crosbymichael 2014-08-14 01:36:26 +00:00
networkdriver remove double newline 2014-08-14 01:08:27 +00:00
MAINTAINERS Add maintainers to daemon/ and graph/ 2014-08-06 10:29:15 +00:00
README.md
attach.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
build.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
changes.go
commit.go
config.go Deprecate --restart on the daemon 2014-08-13 16:08:50 -07:00
container.go remove double newline 2014-08-14 01:08:27 +00:00
container_unit_test.go
copy.go
create.go Cleanup: move image depth checks in image/ 2014-08-15 00:43:12 +00:00
daemon.go Cleanup: move image depth checks in image/ 2014-08-15 00:43:12 +00:00
daemon_aufs.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
delete.go remove double newline 2014-08-14 01:08:27 +00:00
export.go
history.go
image_delete.go
info.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
inspect.go
kill.go
list.go docker ps: introducing filters 2014-08-13 09:12:33 -04:00
logs.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
monitor.go Cleanup: Make channels unbuffered 2014-08-14 21:51:25 +04:00
network_settings.go
pause.go
resize.go
restart.go
start.go Move container start event into monitor 2014-08-13 15:58:54 -07:00
state.go Fix race on state serialization 2014-08-14 21:51:15 +04:00
state_test.go Fix go vet warnings 2014-08-13 11:37:30 +04:00
stop.go
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go Cleanup: initializeVolume 2014-08-13 15:55:59 -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