1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Jessie Frazelle 4aeb84612f Merge pull request #14371 from Microsoft/10662-graphdriver
Windows: Graph driver implementation
2015-07-10 15:35:00 -07:00
..
events
execdriver Merge pull request #13669 from ewindisch/readonly-proc 2015-07-10 15:32:13 -07:00
graphdriver Windows: Graph driver implementation 2015-07-10 14:33:11 -07:00
logger
network
attach.go
changes.go
commit.go Windows: Graph driver implementation 2015-07-10 14:33:11 -07:00
config.go
config_experimental.go
config_linux.go
config_stub.go
config_windows.go
container.go Windows: Graph driver implementation 2015-07-10 14:33:11 -07:00
container_unit_test.go
container_unix.go Windows: Graph driver implementation 2015-07-10 14:33:11 -07:00
container_windows.go Windows: Graph driver implementation 2015-07-10 14:33:11 -07:00
copy.go
create.go Windows: Graph driver implementation 2015-07-10 14:33:11 -07:00
daemon.go Windows: Graph driver implementation 2015-07-10 14:33:11 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go
daemon_unit_test.go
daemon_unix.go
daemon_windows.go Windows: Graph driver implementation 2015-07-10 14:33:11 -07:00
daemon_zfs.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go
exec.go Use mark and sweep for exec command removal 2015-07-09 14:51:10 -07:00
exec_linux.go
exec_windows.go
export.go
history.go
image_delete.go Windows: Graph driver implementation 2015-07-10 14:33:11 -07:00
info.go Windows: Fix docker info not to SIGSEGV 2015-07-09 16:37:54 -07:00
inspect.go Remove exec config from container after exit 2015-07-08 10:55:42 -07:00
kill.go
list.go Merge pull request #14306 from Microsoft/validatepsfilter 2015-07-10 15:43:01 -04:00
logdrivers_linux.go
logdrivers_windows.go
logs.go
monitor.go
pause.go
README.md
rename.go
resize.go
restart.go
start.go
state.go
state_test.go
stats.go
stats_collector_unix.go
stats_collector_windows.go
stats_linux.go
stats_windows.go
stop.go
top.go
unpause.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go Windows: Graph driver implementation 2015-07-10 14:33:11 -07:00
volumes_experimental.go
volumes_experimental_unit_test.go
volumes_linux.go
volumes_stubs.go
volumes_stubs_unit_test.go
volumes_unit_test.go
volumes_windows.go
wait.go

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver