docker/daemon
Michael Crosby 532c29ef7d Update native driver to set RootFs
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2014-09-29 21:35:25 +00:00
..
execdriver Update native driver to set RootFs 2014-09-29 21:35:25 +00: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 daemon/attach: avoid mem alloc for interface 2014-09-22 21:17:50 +03:00
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 Persistent directory for container in execdriver 2014-09-22 22:48:26 +04:00
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 daemon/logs: lower allocations in loop 2014-09-22 18:57:28 +03:00
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 --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 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