moby--moby/daemon
Erik Hollensbe 4398108433 Move parsing functions to pkg/parsers and the specific kernel handling
functions to pkg/parsers/kernel, and parsing filters to
pkg/parsers/filter. Adjust imports and package references.

Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <github@hollensbe.org> (github: erikh)
2014-07-29 13:09:10 -07:00
..
execdriver
graphdriver Move parsing functions to pkg/parsers and the specific kernel handling 2014-07-29 13:09:10 -07:00
networkdriver Move parsing functions to pkg/parsers and the specific kernel handling 2014-07-29 13:09:10 -07:00
MAINTAINERS
README.md
attach.go
container.go
container_unit_test.go
daemon.go Move parsing functions to pkg/parsers and the specific kernel handling 2014-07-29 13:09:10 -07:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
history.go
inspect.go
network_settings.go
server.go
state.go
state_test.go
utils.go
utils_linux.go
utils_nolinux.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