moby--moby/daemon
Jess Frazelle d333849459 Merge pull request #16162 from cpuguy83/16071_fix_lstat_errors
Ignore stat errors on volume rm.
2015-09-09 11:55:14 -07:00
..
events
execdriver Windows: Fix logging 2015-09-08 12:18:50 -07:00
graphdriver Lint package pkg/devicemapper 2015-09-05 23:15:13 +02:00
links
logger
network
README.md
archive.go
archive_unix.go
archive_windows.go
attach.go
changes.go
commit.go
config.go
config_experimental.go
config_stub.go
config_unix.go
config_windows.go
container.go
container_unit_test.go
container_unix.go Merge pull request #16038 from aboch/sbx 2015-09-03 11:48:02 -07:00
container_windows.go
create.go Merge pull request #15798 from calavera/volume_driver_host_config 2015-09-08 22:05:40 -04:00
create_unix.go Merge pull request #15798 from calavera/volume_driver_host_config 2015-09-08 22:05:40 -04:00
create_windows.go Move VolumeDriver to HostConfig to make containers portable. 2015-09-04 12:42:44 -04:00
daemon.go Don't lookup container 4 times for stats 2015-09-08 10:12:46 -04:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go
daemon_unix.go
daemon_unix_test.go
daemon_unsupported.go
daemon_windows.go
daemon_zfs.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go Merge pull request #16162 from cpuguy83/16071_fix_lstat_errors 2015-09-09 11:55:14 -07:00
exec.go
exec_freebsd.go
exec_linux.go
exec_windows.go
export.go
history.go
image_delete.go
info.go
inspect.go Move VolumeDriver to HostConfig to make containers portable. 2015-09-04 12:42:44 -04:00
inspect_unix.go Move VolumeDriver to HostConfig to make containers portable. 2015-09-04 12:42:44 -04:00
inspect_windows.go Move VolumeDriver to HostConfig to make containers portable. 2015-09-04 12:42:44 -04:00
kill.go
list.go Fix docker volume dangling filter 2015-09-06 20:17:56 +02: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 Don't lookup container 4 times for stats 2015-09-08 10:12:46 -04:00
stats_collector_unix.go Don't read CPU usage if there is no subscribers for stats 2015-09-08 11:57:22 -07:00
stats_collector_windows.go
stats_freebsd.go
stats_linux.go
stats_windows.go
stop.go
top_unix.go
top_windows.go
unpause.go
utils_freebsd.go
utils_linux.go
utils_nounix.go
utils_test.go
volumes.go
volumes_linux_unit_test.go Merge pull request #15798 from calavera/volume_driver_host_config 2015-09-08 22:05:40 -04:00
volumes_unit_test.go Merge pull request #15846 from ZJU-SEL/11646-fix-path-validations 2015-09-03 20:42:37 -04:00
volumes_unix.go Merge pull request #15798 from calavera/volume_driver_host_config 2015-09-08 22:05:40 -04:00
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