1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Andrea Luzzardi 5b8379a434 Disable stable IPs.
Stable IPs causes some regressions in the way people use Docker, see GH#8493.

Reverting it for 1.3, we'll enable it back for the next release.

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2014-10-09 15:15:17 -07:00
..
execdriver Support for consistent MAC address. 2014-10-03 13:22:38 -07:00
graphdriver Move archive package into pkg/archive 2014-09-29 23:23:36 -07:00
networkdriver pass extra file to child process as status handler 2014-10-08 12:53:43 -04:00
attach.go Merge pull request #8302 from rafecolton/move_archive_package_to_pkg 2014-10-01 18:03:34 +03:00
changes.go
commit.go
config.go
container.go Disable stable IPs. 2014-10-09 15:15:17 -07:00
container_unit_test.go
copy.go
create.go Disable stable IPs. 2014-10-09 15:15:17 -07:00
daemon.go Disable stable IPs. 2014-10-09 15:15:17 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_unit_test.go update tests 2014-09-30 19:10:03 +00:00
delete.go Disable stable IPs. 2014-10-09 15:15:17 -07:00
exec.go Merge pull request #8302 from rafecolton/move_archive_package_to_pkg 2014-10-01 18:03:34 +03:00
export.go
history.go
image_delete.go
info.go
inspect.go
kill.go
list.go Filter containers by status. 2014-09-29 20:11:19 -07:00
logs.go daemon/logs: lower allocations in loop 2014-09-22 18:57:28 +03:00
MAINTAINERS
monitor.go Fix typo:betweem->between and PtySlace->PtySlave 2014-09-30 07:22:09 -04:00
network_settings.go Support for consistent MAC address. 2014-10-03 13:22:38 -07:00
pause.go
README.md
resize.go
restart.go
start.go API: Provide the HostConfig during "run". 2014-09-25 15:24:38 -07:00
state.go Filter containers by status. 2014-09-29 20:11:19 -07:00
state_test.go
stop.go
top.go
utils.go Strongly type exec driver context 2014-09-29 22:40:26 +00:00
utils_linux.go --selinux-enabled flag should be ignored on Disabled SELinux systems 2014-09-23 13:21:25 -04:00
utils_nolinux.go --selinux-enabled flag should be ignored on Disabled SELinux systems 2014-09-23 13:21:25 -04:00
utils_test.go Strongly type exec driver context 2014-09-29 22:40:26 +00:00
volumes.go Merge pull request #8475 from cpuguy83/fix_create_phantom_volumes_on_container_restart 2014-10-08 13:58:56 -07:00
wait.go

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver