1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Michael Crosby 2f9ffe5b6a Merge pull request from vbatts/vbatts-devmapper_getDeps
devmapper: include dm_deps information in debug
2014-10-16 14:13:21 -07:00
..
execdriver
graphdriver Merge pull request from vbatts/vbatts-devmapper_getDeps 2014-10-16 14:13:21 -07:00
networkdriver
attach.go
changes.go
commit.go
config.go
container.go Disable stable IPs. 2014-10-09 15:15:17 -07:00
container_unit_test.go
copy.go
create.go Disable stable IPs. 2014-10-09 15:15:17 -07:00
daemon.go Setting iptables=false should propagate to ip-masq=false 2014-10-16 11:52:14 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_unit_test.go
delete.go Disable stable IPs. 2014-10-09 15:15:17 -07:00
exec.go
export.go
history.go
image_delete.go
info.go
inspect.go
kill.go
list.go
logs.go
MAINTAINERS
monitor.go
network_settings.go
pause.go
README.md
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 Merge pull request from cpuguy83/fix_create_phantom_volumes_on_container_restart 2014-10-08 13:58:56 -07:00
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