moby--moby/daemon
Tibor Vass c5240d79e3 Merge pull request #12770 from Microsoft/10662-daemonconfigrefactor
Windows: Start of daemon config refactor
2015-05-14 14:55:22 -07:00
..
events
execdriver Add --uts=host to allow sharing the UTS namespace 2015-05-13 17:56:32 -07:00
graphdriver zfs: update filesystem cache on filesystem creation/deletion 2015-05-12 13:06:41 +02:00
logger Windows: Factor out syslog and journald 2015-05-14 10:34:09 -07:00
network
networkdriver Merge pull request #13162 from jfrazelle/add-modprobe-br_netfilter 2015-05-12 13:46:34 -07:00
README.md
attach.go Move container.WaitStop, AttachWithLogs and WsAttachWithLogs to daemon service in api server 2015-05-11 19:56:41 +02:00
changes.go
commit.go
config.go Windows: Start of daemon config refactor 2015-05-12 09:50:32 -07:00
config_linux.go Windows: Start of daemon config refactor 2015-05-12 09:50:32 -07:00
config_windows.go Windows: Start of daemon config refactor 2015-05-12 09:50:32 -07:00
container.go Merge pull request #12667 from ibuildthecloud/host-uts 2015-05-13 18:30:32 -07:00
container_unit_test.go
copy.go
create.go Fix oom kill disable issue 2015-05-10 14:55:00 +08:00
daemon.go Merge pull request #13112 from hqhq/hq_fix_oonkilldisable 2015-05-13 20:03:33 -04: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_zfs.go Implement Docker on ZFS 2015-05-08 17:48:20 +02:00
debugtrap.go Add SIGUSR1 handler for dumping stack/goroutine traces 2015-05-12 10:09:23 +10:00
debugtrap_unsupported.go Fix package on debugtrap_unsupported.go 2015-05-13 16:38:59 -07:00
delete.go
exec.go Windows: Split ContainerExecCreate 2015-05-06 16:19:27 -07:00
exec_linux.go Windows: Split ContainerExecCreate 2015-05-06 16:19:27 -07:00
exec_windows.go Windows: Split ContainerExecCreate 2015-05-06 16:19:27 -07:00
export.go
history.go
image_delete.go
info.go add cpu.cfs_period_us support 2015-05-09 10:02:46 +08:00
inspect.go Remove API codepaths < 1.12 2015-05-12 20:09:49 +02:00
kill.go
list.go Fix inconsistent date formats in API 2015-05-14 18:58:55 +08:00
logdrivers_linux.go Windows: Factor out syslog and journald 2015-05-14 10:34:09 -07:00
logdrivers_windows.go Windows: Factor out syslog and journald 2015-05-14 10:34:09 -07:00
logs.go Merge pull request #12226 from ahmetalpbalkan/logdrivers/refactoring 2015-05-13 11:00:50 -07:00
monitor.go
pause.go
rename.go
resize.go
restart.go
start.go
state.go
state_test.go
stats.go
stats_collector.go statsCollector: fix data race in run() 2015-04-24 21:07:48 +03:00
stop.go
top.go
unpause.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go
volumes_linux.go
volumes_windows.go
wait.go Move container.WaitStop, AttachWithLogs and WsAttachWithLogs to daemon service in api server 2015-05-11 19:56:41 +02:00

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