moby--moby/daemon
Dan Walsh a297d6ab8c Replace utils.CheckLocalDns with bytes.Contains line
Since RemoveLocalDns patch will  remove all localhost entries
from resolv.conf we no longer need anything more then
!bytes.Contains(resolvConf, []byte("nameserver")

To check for no nameserver entry in dns config.

Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)
2014-09-29 06:37:31 -04:00
..
execdriver Merge pull request #8191 from vieux/improve_error_exec_lxc 2014-09-25 15:58:21 -07:00
graphdriver devmapper: include the version in `info` 2014-09-25 15:51:02 -04:00
networkdriver IPAllocator: Ensure the allocated IPs are within network range. 2014-09-24 11:04:28 -07:00
MAINTAINERS
README.md
attach.go
changes.go
commit.go
config.go
container.go Provide full hostname with domainname to underlying container layer 2014-09-25 09:23:39 -04:00
container_unit_test.go
copy.go
create.go API: Provide the HostConfig during "run". 2014-09-25 15:24:38 -07:00
daemon.go Replace utils.CheckLocalDns with bytes.Contains line 2014-09-29 06:37:31 -04:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
delete.go
exec.go Merge pull request #8191 from vieux/improve_error_exec_lxc 2014-09-25 15:58:21 -07:00
export.go
history.go
image_delete.go
info.go
inspect.go
kill.go
list.go
logs.go
monitor.go
network_settings.go
pause.go
resize.go
restart.go
start.go API: Provide the HostConfig during "run". 2014-09-25 15:24:38 -07:00
state.go
state_test.go
stop.go
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go Remove nameserver 127.0.0.1 line rather then dumping resolv.conf 2014-09-29 06:37:31 -04:00
volumes.go
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