docker/daemon
Andrew Clay Shafer fa8560e385 remove redundant 'Get' for MacAddress
remove second redundant call to set MacAddress from env

Signed-off-by: Andrew Clay Shafer <andrewcshafer@gmail.com>
2015-01-08 21:09:23 -05:00
..
execdriver Adding IPv6 network support to docker 2015-01-09 00:13:09 +01:00
graphdriver Merge pull request #8748 from duglin/Issue8330 2015-01-06 13:47:42 -08:00
networkdriver Adding IPv6 network support to docker 2015-01-09 00:13:09 +01:00
MAINTAINERS Adding Vish as a maintainer for daemon code. 2014-11-12 22:55:32 +00:00
README.md
attach.go Use waitgroup instead of iterating errors chan 2015-01-05 18:01:13 -08: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 remove redundant 'Get' for MacAddress 2015-01-08 21:09:23 -05:00
container_unit_test.go
copy.go
create.go Merge pull request #9603 from hqhq/hq_add_memory_swap 2015-01-06 10:09:21 -08:00
daemon.go Adding IPv6 network support to docker 2015-01-09 00:13:09 +01:00
daemon_aufs.go Mass gofmt 2014-10-24 15:11:48 -07:00
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 Move security opts to HostConfig 2014-11-25 01:02:30 +02:00
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 Make `FROM scratch` a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
logs.go Fix panic on slow log consumer. 2014-10-30 22:24:57 +02:00
monitor.go restart: Fix an error about arguments missing 2015-01-06 12:25:39 +08:00
network_settings.go Adding IPv6 network support to docker 2015-01-09 00:13:09 +01:00
pause.go
resize.go
restart.go
start.go Fix race condition between parseSecurityOpt and container.Mount 2014-12-11 17:22:59 -08:00
state.go Address comments. 2014-11-08 00:14:08 +00:00
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/bind-mounts passed in on start 2014-12-15 16:51:15 -05:00
wait.go

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