Victor Vieux c9c271858a Merge pull request #6162 from vbatts/vbatts-ps_filter 11 years ago
..
execdriver 391c35c822 Fix go vet warnings 11 years ago
graphdriver 89ec17d113 Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary 11 years ago
networkdriver 391c35c822 Fix go vet warnings 11 years ago
MAINTAINERS 5240e5f713 Add maintainers to daemon/ and graph/ 11 years ago
README.md b175b4dd43 Add readme for daemon directory 11 years ago
attach.go bd373712d0 port usage of jsonlog to the new daemon files which were refactored 11 years ago
build.go 491deae9b8 Move "build" to daemon/build.go 11 years ago
changes.go 49e61f62ce Move "changes" to daemon/changes.go 11 years ago
commit.go fdad41f5b9 Move "commit" to daemon/commit.go 11 years ago
container.go b06311a72e fix goroutines leak and exit code 11 years ago
container_unit_test.go 4cb2cfed9f Added test cases for no port passed to nat.ParsePortSpecs and negative port number passed 11 years ago
copy.go 06229a4b76 Move "copy" to daemon/copy.go 11 years ago
create.go 8d056423f8 Separate events subsystem 11 years ago
daemon.go 63503cafe4 Remove deprecated server/ package 11 years ago
daemon_aufs.go b3ee9ac74e update go import path and libcontainer 11 years ago
daemon_btrfs.go b3ee9ac74e update go import path and libcontainer 11 years ago
daemon_devicemapper.go b3ee9ac74e update go import path and libcontainer 11 years ago
daemon_no_aufs.go b3ee9ac74e update go import path and libcontainer 11 years ago
delete.go bcfd6a653b fix #7374 leftover 11 years ago
export.go 8d056423f8 Separate events subsystem 11 years ago
history.go e963179c79 don't call sort for every add in history 11 years ago
image_delete.go 1c11d7f93e Rename "log_event" to "log" 11 years ago
info.go 94715e8e64 Move "info" to daemon/info.go 11 years ago
inspect.go b3ee9ac74e update go import path and libcontainer 11 years ago
kill.go 8d056423f8 Separate events subsystem 11 years ago
list.go 84146719d8 docker ps: introducing filters 11 years ago
logs.go 391c35c822 Fix go vet warnings 11 years ago
network_settings.go b3ee9ac74e update go import path and libcontainer 11 years ago
pause.go 8d056423f8 Separate events subsystem 11 years ago
resize.go e0fd96f850 Move "resize" to daemon/resize.go 11 years ago
restart.go 8d056423f8 Separate events subsystem 11 years ago
start.go 8d056423f8 Separate events subsystem 11 years ago
state.go b06311a72e fix goroutines leak and exit code 11 years ago
state_test.go 391c35c822 Fix go vet warnings 11 years ago
stop.go 8d056423f8 Separate events subsystem 11 years ago
top.go aa49632fef Move "top" to daemon/top.go 11 years ago
utils.go b3ee9ac74e update go import path and libcontainer 11 years ago
utils_linux.go 7a8ea91392 Fix cross compile non cgo and linux systems 11 years ago
utils_nolinux.go 7a8ea91392 Fix cross compile non cgo and linux systems 11 years ago
utils_test.go b3ee9ac74e update go import path and libcontainer 11 years ago
volumes.go f34679d0a9 Cleanup: extract bindmount spec parsing 11 years ago
wait.go c4ce396f46 Move "wait" to daemon/wait.go 11 years ago

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