moby--moby/daemon
Vincent Batts fa7af79885 Merge pull request #10193 from vbatts/vbatts-dm_logging
devmapper: initialize log levels
2015-01-20 14:06:01 -05:00
..
execdriver
graphdriver
networkdriver
MAINTAINERS
README.md
attach.go
changes.go
commit.go
config.go
container.go
container_unit_test.go
copy.go
create.go
daemon.go Merge pull request #10005 from estesp/fix-localhost-nameserver-cleanup 2015-01-20 10:30:06 -08:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_unit_test.go
delete.go
exec.go
export.go
history.go
image_delete.go
info.go
inspect.go
kill.go
list.go
logs.go
monitor.go
network_settings.go
pause.go
rename.go
resize.go
restart.go
start.go
state.go
state_test.go
stop.go
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.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