moby--moby/daemon
John Howard 71eadd4176 Windows: Fix PR13278 compile break
Signed-off-by: John Howard <jhoward@microsoft.com>
2015-06-08 13:47:09 -07:00
..
events
execdriver fix lxc build 2015-06-05 09:50:30 -07:00
graphdriver
logger Add syslog-tag option for syslog log-driver 2015-06-02 12:43:00 -07:00
network
README.md
attach.go
changes.go
commit.go Merge pull request #13536 from Mic92/master 2015-06-01 15:57:14 -07:00
config.go
config_linux.go Restore --default-gateway{,-v6} daemon options. 2015-06-05 06:21:22 +00:00
config_windows.go
container.go Cleanup: remove some useless code and change verifyHostConfig to verifyContainerSetting 2015-06-08 09:06:58 +08:00
container_linux.go Cleanup: remove some useless code and change verifyHostConfig to verifyContainerSetting 2015-06-08 09:06:58 +08:00
container_unit_test.go
container_windows.go Cleanup: remove some useless code and change verifyHostConfig to verifyContainerSetting 2015-06-08 09:06:58 +08:00
copy.go
create.go Cleanup: remove some useless code and change verifyHostConfig to verifyContainerSetting 2015-06-08 09:06:58 +08:00
daemon.go Cleanup: remove some useless code and change verifyHostConfig to verifyContainerSetting 2015-06-08 09:06:58 +08:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go Migrate data from old vfs paths to new local volumes path. 2015-06-04 10:16:19 -07:00
daemon_unit_test.go
daemon_zfs.go
debugtrap.go
debugtrap_unsupported.go
delete.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
exec.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
exec_linux.go
exec_windows.go
export.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
history.go
image_delete.go
info.go
inspect.go Expose old config field for api < 1.19 2015-06-02 23:37:59 +02:00
kill.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
list.go
logdrivers_linux.go
logdrivers_windows.go
logs.go Fix goroutine leak on logs -f with no output 2015-06-04 13:56:40 -07:00
monitor.go
pause.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
rename.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
resize.go
restart.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
start.go Cleanup: remove some useless code and change verifyHostConfig to verifyContainerSetting 2015-06-08 09:06:58 +08:00
state.go
state_test.go
stats.go
stats_collector_unix.go
stats_collector_windows.go
stats_linux.go
stats_windows.go
stop.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
top.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
unpause.go Cleanup container LogEvent calls 2015-06-01 12:39:28 -07:00
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go Windows: Fix PR13278 compile break 2015-06-08 13:47:09 -07:00
volumes_experimental.go
volumes_experimental_unit_test.go
volumes_linux.go Windows: Fix PR13278 compile break 2015-06-08 13:47:09 -07:00
volumes_stubs.go
volumes_stubs_unit_test.go
volumes_unit_test.go
volumes_windows.go Windows: Fix PR13278 compile break 2015-06-08 13:47:09 -07: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