mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
69989b7c06
This also makes sure that devices are pointers to avoid copies Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) |
||
---|---|---|
.. | ||
execdriver | ||
graphdriver | ||
networkdriver | ||
attach.go | ||
container.go | ||
container_unit_test.go | ||
daemon.go | ||
daemon_aufs.go | ||
daemon_btrfs.go | ||
daemon_devicemapper.go | ||
daemon_no_aufs.go | ||
history.go | ||
inspect.go | ||
network_settings.go | ||
README.md | ||
server.go | ||
state.go | ||
utils.go | ||
utils_test.go | ||
volumes.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