moby--moby/daemon
Tibor Vass 2cb8fdd327 Merge pull request #19673 from aboch/epcs
Save endpoint config only if endpoint creation succeeds
2016-01-25 16:50:47 -08:00
..
daemonbuilder Make daemonbuilder.Docker leaner. 2016-01-18 09:16:11 -08:00
events
exec Fix race condition in execCommandGC 2016-01-20 12:52:05 +08:00
execdriver Merge pull request #19263 from jfrazelle/update-aa-parser 2016-01-21 19:40:53 -05:00
graphdriver Merge pull request #19216 from scaleoutsean/master 2016-01-22 21:27:03 -05:00
links
logger only close LogDriver after LogCopier is done 2016-01-18 17:47:57 +00:00
network
README.md
archive.go
archive_unix.go
archive_windows.go
attach.go
changes.go
commit.go
config.go Make TLSOptions and LogConfig embedded structs. 2016-01-22 13:20:17 -05:00
config_experimental.go
config_stub.go
config_test.go Verify that the configuration keys in the file are valid. 2016-01-21 16:56:12 -05:00
config_unix.go Allow to set daemon and server configurations in a file. 2016-01-14 16:44:37 -05:00
config_windows.go
container_operations.go
container_operations_unix.go Save endpoint config only if endpoint creation succeeds 2016-01-25 13:43:32 -08:00
container_operations_windows.go
create.go Reject multiple networks on container creation 2016-01-25 12:50:01 -08:00
create_unix.go Merge pull request #19190 from srust/volume_driver_parity_again 2016-01-22 15:53:06 -05:00
create_windows.go
daemon.go Merge pull request #19560 from aboch/mn 2016-01-25 14:57:51 -08:00
daemon_experimental.go
daemon_linux.go
daemon_linux_test.go
daemon_stub.go
daemon_test.go Extract container store from the daemon. 2016-01-19 13:21:41 -05:00
daemon_unix.go Reuse *sysinfo.SysInfo instance in verification 2016-01-20 17:08:10 -08:00
daemon_unix_test.go
daemon_unsupported.go
daemon_windows.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go Fix removing mountpoints on container rm fail 2016-01-25 15:49:56 -05:00
delete_test.go Extract container store from the daemon. 2016-01-19 13:21:41 -05:00
discovery.go Allow to set daemon and server configurations in a file. 2016-01-14 16:44:37 -05:00
discovery_test.go Allow to set daemon and server configurations in a file. 2016-01-14 16:44:37 -05:00
errors.go
events.go
events_test.go
exec.go Fix panic on starting exec more than once 2016-01-15 11:57:23 -05:00
exec_unix.go
exec_windows.go
export.go
image_delete.go Extract container store from the daemon. 2016-01-19 13:21:41 -05:00
images.go
import.go
info.go Extract container store from the daemon. 2016-01-19 13:21:41 -05:00
inspect.go
inspect_unix.go
inspect_windows.go
kill.go
links.go
links_test.go Extract container store from the daemon. 2016-01-19 13:21:41 -05:00
list.go Fix volume filter validation 2016-01-18 10:07:42 +00:00
list_unix.go
list_windows.go
logdrivers_linux.go
logdrivers_windows.go
logs.go
mounts.go
network.go
pause.go
rename.go
resize.go
restart.go
selinux_linux.go
selinux_unsupported.go
start.go
stats.go
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 Fix loading of containerized plugins 2016-01-20 12:23:17 -05:00
volumes_unit_test.go
volumes_unix.go
volumes_windows.go
wait.go

README.md

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver