docker/daemon
David Calavera 215a1136f7 Merge pull request #15662 from cpuguy83/noisy_blkio_warning
Quiet sysinfo warnings on container create/start
2015-08-18 11:47:17 -07:00
..
events
execdriver Merge pull request #15579 from Microsoft/10662-graph 2015-08-17 10:45:48 -07:00
graphdriver Windows: Graph remove custom interface and add central store 2015-08-14 23:45:53 -07:00
links
logger Merge pull request #15649 from LK4D4/syslog_validation 2015-08-18 11:14:31 -07:00
network Windows: Enable NAT port mapping 2015-08-12 13:17:27 -07:00
README.md
archive.go
archive_unix.go
archive_windows.go
attach.go
changes.go
commit.go
config.go
config_experimental.go
config_stub.go
config_unix.go Change all docker -d to docker daemon 2015-08-10 20:48:08 +08:00
config_windows.go Change all docker -d to docker daemon 2015-08-10 20:48:08 +08:00
container.go Windows: Graph remove custom interface and add central store 2015-08-14 23:45:53 -07:00
container_unit_test.go
container_unix.go Windows: Graph remove custom interface and add central store 2015-08-14 23:45:53 -07:00
container_windows.go Windows: Graph remove custom interface and add central store 2015-08-14 23:45:53 -07:00
create.go fix in daemon side 2015-08-18 10:06:36 +08:00
create_unix.go
create_windows.go
daemon.go Merge pull request #15632 from mountkin/fix-15626 2015-08-17 20:26:47 -04:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go
daemon_unix.go Quiet sysinfo warnings on container create/start 2015-08-18 10:01:52 -04:00
daemon_unix_test.go
daemon_unsupported.go
daemon_windows.go Windows: Graph remove custom interface and add central store 2015-08-14 23:45:53 -07:00
daemon_zfs.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go Windows: Graph remove custom interface and add central store 2015-08-14 23:45:53 -07:00
exec.go Revert "Revert "Add docker exec run a command in privileged mode"" 2015-08-13 16:36:44 +10:00
exec_freebsd.go
exec_linux.go
exec_windows.go
export.go
history.go
image_delete.go
info.go
inspect.go Fix LogConfig.Config in inspect 2015-08-17 15:27:44 -07:00
inspect_unix.go
inspect_windows.go
kill.go
list.go
logdrivers_linux.go
logdrivers_windows.go
logs.go
monitor.go
pause.go
rename.go
resize.go
restart.go
start.go
state.go
state_test.go
stats.go
stats_collector_unix.go
stats_collector_windows.go
stats_freebsd.go
stats_linux.go
stats_windows.go
stop.go
top_unix.go
top_windows.go
unpause.go
utils_freebsd.go
utils_linux.go
utils_nounix.go
utils_test.go
volumes.go
volumes_linux_unit_test.go
volumes_unit_test.go
volumes_unix.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