mirror of https://github.com/docker/docs.git
If this is at the root directory for the daemon you could unmount
somones filesystem when you stop docker and this is actually only needed
for the palces that the graph drivers mount the container's root
filesystems.
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
|
||
|---|---|---|
| .. | ||
| execdriver | ||
| graphdriver | ||
| networkdriver | ||
| README.md | ||
| 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 | ||
| server.go | ||
| state.go | ||
| utils.go | ||
| utils_test.go | ||
| volumes.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