1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Alexander Morozov 27b77464d8 Merge pull request #13232 from Microsoft/10662-zfs
Windows: No ZFS graphdriver
2015-05-15 11:51:48 -07:00
..
events
execdriver Add --uts=host to allow sharing the UTS namespace 2015-05-13 17:56:32 -07:00
graphdriver Windows: No ZFS graphdriver 2015-05-14 15:57:45 -07:00
logger Windows: Factor out syslog and journald 2015-05-14 10:34:09 -07:00
network Add --userland-proxy daemon flag 2015-05-04 16:07:45 -07:00
networkdriver Merge pull request #13162 from jfrazelle/add-modprobe-br_netfilter 2015-05-12 13:46:34 -07:00
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 root dir for execdriver (/var/run/docker) should be configurable 2015-05-15 09:30:36 -04: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 root dir for execdriver (/var/run/docker) should be configurable 2015-05-15 09:30:36 -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 Windows: No ZFS graphdriver 2015-05-14 15:57:45 -07: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 Revert "Fix inconsistent date formats in API" 2015-05-14 17:31:45 -07: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
README.md
rename.go
resize.go
restart.go
start.go
state.go
state_test.go
stats.go Allow pulling stats once and disconnecting. 2015-05-04 10:49:13 -04:00
stats_collector.go daemon/stats_collector: refactor getSystemCpuUsage 2015-05-15 12:22:50 +03:00
stop.go
top.go
unpause.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go Make /etc/hosts, /etc/resolv.conf, /etc/hostname read only if --read-only is enable 2015-05-04 21:30:52 +02:00
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

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver