moby--moby/daemon
David Calavera 2d15b35f7a Merge pull request #14120 from mdavranche/tempDir
tempDir (in the root dir), must be created after the root dir.
2015-06-26 11:46:55 -07:00
..
events
execdriver Merge pull request #14030 from estesp/init-memory-swappiness 2015-06-25 11:36:54 -07:00
graphdriver
logger Add new logging driver: fluentd 2015-06-26 11:03:11 +09:00
network
README.md
attach.go
changes.go
commit.go
config.go
config_experimental.go
config_linux.go
config_stub.go
config_windows.go
container.go
container_linux.go Fix endpoint leave failure for --net=host mode 2015-06-24 12:33:52 -07:00
container_unit_test.go
container_windows.go
copy.go
create.go
daemon.go Merge pull request #14120 from mdavranche/tempDir 2015-06-26 11:46:55 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go
daemon_unit_test.go
daemon_unix.go Merge pull request #14071 from mavenugo/mhnet 2015-06-22 08:35:18 -07:00
daemon_windows.go
daemon_zfs.go
debugtrap.go
debugtrap_unsupported.go
delete.go
exec.go
exec_linux.go
exec_windows.go
export.go
history.go
image_delete.go
info.go
inspect.go
kill.go
list.go
logdrivers_linux.go Add new logging driver: fluentd 2015-06-26 11:03:11 +09:00
logdrivers_windows.go
logs.go
monitor.go
pause.go
rename.go
resize.go
restart.go
start.go
state.go
state_test.go
stats.go fix the goroutine leak in the stats API if the container is not running 2015-06-23 19:38:15 +08:00
stats_collector_unix.go
stats_collector_windows.go
stats_linux.go
stats_windows.go
stop.go
top.go
unpause.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go
volumes_experimental.go
volumes_experimental_unit_test.go
volumes_linux.go
volumes_stubs.go
volumes_stubs_unit_test.go
volumes_unit_test.go
volumes_windows.go
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