1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Tim Hockin 3d4685e258 Add support for DNS options
Signed-off-by: Tim Hockin <thockin@google.com>
2015-09-16 14:06:45 -07:00
..
events Revert "Make events test more deterministic in go1.5" 2015-09-15 15:55:18 -04:00
execdriver Update native execdriver to exploit libcontainer hooks 2015-09-16 12:51:14 -04:00
graphdriver Lint package pkg/devicemapper 2015-09-05 23:15:13 +02:00
links
logger Remove unnecessary check for nil CString 2015-09-14 14:16:48 -04:00
network Docker changes for libnetwork Sandbox 2015-09-02 17:24:56 -07:00
archive.go Merge pull request #15834 from Microsoft/10662-fixdockercp 2015-09-01 08:41:59 -07:00
archive_unix.go
archive_windows.go
attach.go
changes.go
commit.go Windows: Fix golint daemon breaking commit 2015-09-02 14:36:45 -07:00
config.go Add support for DNS options 2015-09-16 14:06:45 -07:00
config_experimental.go
config_stub.go
config_unix.go Revert "Make daemon to start with no userlandproxy by default" 2015-09-16 09:56:38 -07:00
config_windows.go
container.go Update native execdriver to exploit libcontainer hooks 2015-09-16 12:51:14 -04:00
container_unit_test.go Add STOPSIGNAL instruction to dockerfiles. 2015-09-10 19:56:05 -04:00
container_unix.go Add support for DNS options 2015-09-16 14:06:45 -07:00
container_windows.go Update native execdriver to exploit libcontainer hooks 2015-09-16 12:51:14 -04:00
create.go Remove volume references when container creation fails. 2015-09-14 16:16:46 -04:00
create_unix.go Vendor libcontainer v0.0.4 2015-09-11 16:17:59 -04:00
create_windows.go Move VolumeDriver to HostConfig to make containers portable. 2015-09-04 12:42:44 -04:00
daemon.go Update native execdriver to exploit libcontainer hooks 2015-09-16 12:51:14 -04:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go Add support for DNS options 2015-09-16 14:06:45 -07:00
daemon_unix.go selinux/overlay incompatible err 2015-09-02 18:52:10 -04:00
daemon_unix_test.go
daemon_unsupported.go
daemon_windows.go
daemon_zfs.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go Remove volume references when container creation fails. 2015-09-14 16:16:46 -04:00
exec.go Update native execdriver to exploit libcontainer hooks 2015-09-16 12:51:14 -04:00
exec_freebsd.go
exec_linux.go
exec_windows.go
export.go
history.go
image_delete.go [daemon] Refactor image_delete.go 2015-08-28 11:01:24 -07:00
info.go
inspect.go Move VolumeDriver to HostConfig to make containers portable. 2015-09-04 12:42:44 -04:00
inspect_unix.go Move VolumeDriver to HostConfig to make containers portable. 2015-09-04 12:42:44 -04:00
inspect_windows.go Move VolumeDriver to HostConfig to make containers portable. 2015-09-04 12:42:44 -04:00
kill.go
list.go Fix docker volume dangling filter 2015-09-06 20:17:56 +02:00
logdrivers_linux.go Add awslogs driver for Amazon CloudWatch Logs 2015-09-09 13:52:40 -07:00
logdrivers_windows.go Add awslogs driver for Amazon CloudWatch Logs 2015-09-09 13:52:40 -07:00
logs.go Add log reading to the journald log driver 2015-09-11 16:50:03 -04:00
monitor.go Update native execdriver to exploit libcontainer hooks 2015-09-16 12:51:14 -04:00
pause.go
README.md
rename.go
resize.go
restart.go
start.go
state.go
state_test.go
stats.go Refactor the statistics of network in docker stats 2015-09-15 15:40:34 +08:00
stats_collector_unix.go Don't read CPU usage if there is no subscribers for stats 2015-09-08 11:57:22 -07:00
stats_collector_windows.go
stats_freebsd.go Refactor the statistics of network in docker stats 2015-09-15 15:40:34 +08:00
stats_linux.go Refactor the statistics of network in docker stats 2015-09-15 15:40:34 +08:00
stats_windows.go Refactor the statistics of network in docker stats 2015-09-15 15:40:34 +08:00
stop.go
top_unix.go
top_windows.go
unpause.go
utils_freebsd.go
utils_linux.go
utils_nounix.go
utils_test.go
volumes.go volumes: add synchronization to Count and List 2015-09-15 10:38:53 -07:00
volumes_linux_unit_test.go daemon: remove unused function params 2015-09-09 22:37:46 +02:00
volumes_unit_test.go Merge pull request #15846 from ZJU-SEL/11646-fix-path-validations 2015-09-03 20:42:37 -04:00
volumes_unix.go Vendor libcontainer v0.0.4 2015-09-11 16:17:59 -04:00
volumes_windows.go
wait.go

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver