1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Hu Tao 8ec6c692db Remove the assumption that the fist IP is the bridge IP
The assumption is not true if user specifies an IP address other than
the first IP, in that case the first IP address is never allocated to
any container.

Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
2015-01-21 02:13:58 +08:00
..
execdriver SEND CAPABILITY IDS TO LXC 2015-01-17 04:01:52 +00:00
graphdriver devmapper: udev sync in docker info 2015-01-19 16:28:02 -05:00
networkdriver Remove the assumption that the fist IP is the bridge IP 2015-01-21 02:13:58 +08:00
attach.go Fix attach stream closing issues 2015-01-14 02:03:25 +02:00
changes.go
commit.go Make FROM scratch a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
config.go Adding IPv6 network support to docker 2015-01-09 00:13:09 +01:00
container.go Fix volumes-from re-applying on each start 2015-01-17 07:14:25 -05:00
container_unit_test.go
copy.go
create.go Allow the container to share the PID namespace with the host 2015-01-13 16:35:17 -08:00
daemon.go Update push to sign with the daemon's key when no manifest is given 2015-01-15 14:05:06 -08:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go Remove the last references to overlayfs 2014-12-03 14:06:19 +01:00
daemon_unit_test.go
delete.go Error should be 409 as the container is different state to remove 2014-12-19 19:00:28 +00:00
exec.go Merge pull request #9858 from jfrazelle/exec-buildtag 2015-01-06 10:26:21 -08:00
export.go
history.go
image_delete.go Make FROM scratch a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
info.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
inspect.go add ExecIDs in inspect 2014-12-23 22:03:20 +00:00
kill.go
list.go Merge pull request #9985 from jfrazelle/fix-exited-filter-should-not-show-running 2015-01-12 15:09:22 -05:00
logs.go
MAINTAINERS
monitor.go restart: Fix the compare of restart policy 2015-01-13 13:05:30 +08:00
network_settings.go Adding IPv6 network support to docker 2015-01-09 00:13:09 +01:00
pause.go
README.md
rename.go Renaming a container with an invalid name should fail 2015-01-14 12:54:23 -08:00
resize.go
restart.go
start.go Error should show when trying to start a paused container. 2015-01-14 16:49:08 -08:00
state.go
state_test.go Fix vet errors about unkeyed fields 2014-12-12 10:44:59 -08:00
stop.go
top.go
utils.go User should get error message on wrong config 2014-12-09 21:52:07 +00:00
utils_linux.go
utils_nolinux.go
utils_test.go Update container resolv.conf when host network changes /etc/resolv.conf 2015-01-08 14:15:13 -05:00
volumes.go Fix volumes-from re-applying on each start 2015-01-17 07:14:25 -05: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