moby--moby/daemon
Michael Crosby ddb2086ca9 Copy values out of hostConfig
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@docker.com> (github: crosbymichael)
2014-07-22 00:16:26 -07:00
..
execdriver Fix cross compile non cgo and linux systems 2014-07-16 16:57:49 -07:00
graphdriver
networkdriver Change switch to if so that the break statements correctly breaks loop 2014-07-17 20:27:29 +09:00
MAINTAINERS
README.md
attach.go
container.go Copy values out of hostConfig 2014-07-22 00:16:26 -07:00
container_unit_test.go
daemon.go Always mark as stopped for non running containers 2014-07-21 19:59:44 -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 Fix cross compile non cgo and linux systems 2014-07-16 16:57:49 -07:00
utils_nolinux.go Fix cross compile non cgo and linux systems 2014-07-16 16:57:49 -07:00
utils_test.go
volumes.go Give context for the error that occures when you try to bind mount a volume with a relative path 2014-07-19 04:12:16 +00:00

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