1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Brian Goff 78e2167976 Merge pull request #17202 from aboch/ipa
Do not mask ipam driver if no ip config is passed
2015-10-20 19:45:08 -04:00
..
daemonbuilder Correct build-time directory creation with user namespaced daemon 2015-10-20 08:59:48 -04:00
events refactor access to daemon member EventsService 2015-10-19 09:41:29 -07:00
execdriver Merge pull request #16994 from Microsoft/10662-copied 2015-10-16 15:14:08 -07:00
graphdriver devmapper: Drop devices lock before returning from function 2015-10-19 17:51:17 -04:00
links
logger add labels/env log option for jsonfile 2015-10-12 21:12:46 +02:00
network IPAM API & UX 2015-10-13 11:03:03 -07:00
archive.go
archive_unix.go
archive_windows.go
attach.go
changes.go
commit.go
config.go
config_experimental.go Add user namespace enable flag --userns-remap in experimental build 2015-10-09 20:50:05 -04:00
config_stub.go Add user namespace enable flag --userns-remap in experimental build 2015-10-09 20:50:05 -04:00
config_unix.go
config_windows.go
container.go add env and labels to log context 2015-10-12 21:12:46 +02:00
container_unit_test.go
container_unix.go Merge pull request #17191 from mrjana/restart 2015-10-20 10:32:33 -04:00
container_windows.go
create.go volume create error on conflict option 2015-10-12 11:16:39 +08:00
create_unix.go
create_windows.go
daemon.go refactor access to daemon member EventsService 2015-10-19 09:41:29 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_experimental.go Add user namespace enable flag --userns-remap in experimental build 2015-10-09 20:50:05 -04:00
daemon_linux.go
daemon_linux_test.go
daemon_no_aufs.go
daemon_overlay.go
daemon_stub.go Add user namespace enable flag --userns-remap in experimental build 2015-10-09 20:50:05 -04:00
daemon_test.go
daemon_unix.go Use more clear message for icc=false + iptables=false 2015-10-19 14:19:21 -07:00
daemon_unix_test.go
daemon_unsupported.go
daemon_windows.go
daemon_zfs.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go
discovery.go
exec.go
exec_freebsd.go
exec_linux.go
exec_windows.go
export.go
history.go
image_delete.go
info.go
inspect.go Return empty Config fields, now omitempty, for API < 1.21 2015-10-19 19:09:36 +02:00
inspect_unix.go Return empty Config fields, now omitempty, for API < 1.21 2015-10-19 19:09:36 +02:00
inspect_windows.go add size to inspect 2015-10-10 20:44:29 +08:00
kill.go Windows: [TP4] docker kill handling 2015-10-13 16:04:49 -07:00
list.go Speedup container list 2015-10-15 20:41:35 -07:00
logdrivers_linux.go
logdrivers_windows.go
logs.go
monitor.go
network.go Do not mask ipam driver if no ip config is passed 2015-10-20 11:19:37 -07:00
pause.go
README.md
rename.go
resize.go
restart.go
start.go
state.go
state_test.go
stats.go Docker side changes for the newly introduced IPAM driver 2015-10-13 10:52:59 -07:00
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 Correct mismatched function names (UID() and Gid()) 2015-10-12 10:58:33 -04:00
volumes_windows.go
wait.go

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver