1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Brian Goff 455a505749 Merge pull request #19190 from srust/volume_driver_parity_again
Allow external volume drivers to host anonymous volumes again
2016-01-22 15:53:06 -05:00
..
daemonbuilder
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 #19524 from LK4D4/iocopy_writeto 2016-01-21 15:37:12 -05:00
links
logger
network
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
config_windows.go
container_operations.go
container_operations_unix.go Fix #19477, clean up the ports when release network 2016-01-20 20:09:11 -05:00
container_operations_windows.go
create.go
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 #19383 from calavera/container_store 2016-01-21 17:20:47 -05: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
delete_test.go Extract container store from the daemon. 2016-01-19 13:21:41 -05:00
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 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
list_unix.go
list_windows.go
logdrivers_linux.go
logdrivers_windows.go
logs.go
mounts.go
network.go
pause.go
README.md
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

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver