1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Arnaud Porterie 117a982d2e Merge pull request #20419 from aboch/cr
Allow passing global datastore to libnetwork and v0.7.0-dev1 vendoring
2016-02-18 17:39:46 -08:00
..
events
exec
execdriver /dev/mqueue should never be mounted readonly 2016-02-15 14:56:07 -05:00
graphdriver Fix the typo 2016-02-16 07:00:01 +00:00
links
logger Merge pull request #19689 from cednation/etwlogs 2016-02-16 15:01:17 -08:00
network
archive.go
archive_unix.go
archive_windows.go
attach.go cleanup attach api calls 2016-02-09 14:26:51 -05:00
changes.go
commit.go Inherit StopSignal from Dockerfile. 2016-02-12 17:56:40 -05:00
config.go
config_experimental.go
config_stub.go
config_test.go
config_unix.go
config_windows.go
container_operations.go
container_operations_unix.go Prevent mqueue from implicitely becoming a bind mount with --ipc=host 2016-02-09 14:16:08 -08:00
container_operations_windows.go
create.go
create_unix.go
create_windows.go
daemon.go Invoke ReloadConfiguration on network controller 2016-02-18 12:14:14 -08:00
daemon_experimental.go
daemon_linux.go Clean up container rootf mounts on daemon start fixes #19679 2016-02-03 20:52:32 -05:00
daemon_linux_test.go
daemon_stub.go
daemon_test.go Invoke ReloadConfiguration on network controller 2016-02-18 12:14:14 -08:00
daemon_unix.go Expose bridge IPv6 setting to docker network inspect 2016-02-11 22:13:47 +00:00
daemon_unix_test.go
daemon_unsupported.go
daemon_windows.go Invoke ReloadConfiguration on network controller 2016-02-18 12:14:14 -08:00
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go
delete_test.go
discovery.go
discovery_test.go
errors.go
events.go
events_test.go
exec.go
exec_unix.go
exec_windows.go
export.go
image_delete.go fix common misspell 2016-02-11 15:49:36 -08:00
images.go
import.go Fix docker import on compressed data 2016-02-16 11:19:23 -08:00
info.go Add support for forwarding Docker client through SOCKS proxy 2016-02-16 11:09:28 -08:00
inspect.go Remove daemon dependency from api/server. 2016-02-10 15:16:59 -05:00
inspect_unix.go Remove daemon dependency from api/server. 2016-02-10 15:16:59 -05:00
inspect_windows.go Remove daemon dependency from api/server. 2016-02-10 15:16:59 -05:00
kill.go
links.go
links_test.go
list.go Windows: Fix 'isolation' 2016-02-10 13:19:19 -08:00
list_unix.go
list_windows.go
logdrivers_linux.go
logdrivers_windows.go Windows: Add ETW logging driver plug-in 2016-02-16 13:24:49 -08:00
logs.go Move stream flushes to backend 2016-02-09 14:25:02 -05:00
mounts.go
network.go Expose bridge IPv6 setting to docker network inspect 2016-02-11 22:13:47 +00:00
pause.go
README.md
rename.go
resize.go
restart.go
selinux_linux.go
selinux_unsupported.go
start.go
stats.go Move stream flushes to backend 2016-02-09 14:25:02 -05:00
stats_collector_unix.go
stats_collector_windows.go
stats_freebsd.go
stats_linux.go
stats_windows.go
stop.go
top_unix.go
top_windows.go
unpause.go
update.go
volumes.go Probe all drivers if volume driver not specified 2016-02-10 20:43:15 -05:00
volumes_unit_test.go
volumes_unix.go
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