moby--moby/daemon
Josh Hawn dee6b481fe Refactor use of graphdriver.Differ
Some graphdrivers are Differs and type assertions are made
in various places throughout the project. Differ offers some
convenience in generating/applying diffs of filesystem layers
but for most graphdrivers another code path is taken.

This patch brings all of the logic related to filesystem
diffs in one place, and simplifies the implementation of some
common types like Image, Daemon, and Container.

Signed-off-by: Josh Hawn <josh.hawn@docker.com>
2014-09-16 15:10:32 -07:00
..
execdriver
graphdriver Refactor use of graphdriver.Differ 2014-09-16 15:10:32 -07:00
networkdriver
MAINTAINERS
README.md
attach.go
changes.go
commit.go
config.go
container.go Refactor use of graphdriver.Differ 2014-09-16 15:10:32 -07:00
container_unit_test.go
copy.go
create.go
daemon.go Refactor use of graphdriver.Differ 2014-09-16 15:10:32 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.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
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