moby--moby/daemon
David Calavera 82a54001fd Fix read-write check for volumes.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-07-14 15:50:43 -07:00
..
events
execdriver Adds support for specifying additional groups. 2015-07-13 14:47:28 -04:00
graphdriver Merge pull request #14021 from rhvgoyal/detect-pool-loopback-devices 2015-07-13 21:15:23 -04:00
logger
network
README.md
attach.go
changes.go
commit.go Windows: Graph driver implementation 2015-07-10 14:33:11 -07:00
config.go Add test coverage to opts and refactor 2015-07-12 10:33:30 +02:00
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 Fixup rebase. 2015-07-13 14:50:30 -04: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: Move daemon check back centrally 2015-07-11 12:42:46 -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 Add hostConfig check for MemorySwappiness 2015-07-14 13:52:57 +08:00
daemon_windows.go Windows: Move daemon check back centrally 2015-07-11 12:42:46 -07:00
daemon_zfs.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go
exec.go Quieter debug logging for clean exec commands 2015-07-13 10:36:36 -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
inspect.go
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
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_nounix.go Windows: Tidy up daemon\utils*.go 2015-07-09 18:47:32 -07:00
utils_test.go Windows: Tidy up daemon\utils*.go 2015-07-09 18:47:32 -07:00
utils_unix.go Windows: Tidy up daemon\utils*.go 2015-07-09 18:47:32 -07:00
volumes.go Fix read-write check for volumes. 2015-07-14 15:50:43 -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

README.md

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver