mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
7aed2130f9
Docker-DCO-1.1-Signed-off-by: Timothy <timothyhobbs@seznam.cz> (github: timthelion) |
||
---|---|---|
.. | ||
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 | ||
MAINTAINERS | ||
network_settings.go | ||
README.md | ||
server.go | ||
state.go | ||
state_test.go | ||
utils.go | ||
utils_linux.go | ||
utils_nolinux.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