moby--moby/daemon
Alexander Morozov b90732f801 Merge pull request #13548 from kvasdopil/zfs_magicnum
ZFS filesystem magic number check is fixed on FreeBSD
2015-05-28 10:27:12 -07:00
..
events
execdriver
graphdriver zfs magicnumber check on freebsd is fixed 2015-05-28 18:38:08 +03:00
logger
network
README.md
attach.go
changes.go
commit.go
config.go Merge pull request #13259 from Microsoft/10662-configbridge 2015-05-28 12:59:57 -04:00
config_linux.go Merge pull request #13259 from Microsoft/10662-configbridge 2015-05-28 12:59:57 -04:00
config_windows.go
container.go Merge pull request #12572 from jfrazelle/selinux-labels-carry 2015-05-27 14:46:16 -07:00
container_linux.go
container_unit_test.go
container_windows.go
copy.go
create.go Clean up: remove redundant '\n' in Create 2015-05-28 17:08:55 +08:00
daemon.go Use SELinux labels for volumes 2015-05-27 13:43:38 -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_zfs.go
debugtrap.go
debugtrap_unsupported.go
delete.go
exec.go
exec_linux.go
exec_windows.go
export.go
history.go
image_delete.go
info.go
inspect.go
kill.go
list.go
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.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 Use SELinux labels for volumes 2015-05-27 13:43:38 -07:00
volumes_experimental.go
volumes_experimental_unit_test.go apply selinux labels volume patch on volumes refactor 2015-05-27 12:50:16 -07:00
volumes_linux.go
volumes_stubs.go
volumes_stubs_unit_test.go apply selinux labels volume patch on volumes refactor 2015-05-27 12:50:16 -07:00
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