moby--moby/daemon
unclejack 1646e5d69a Merge pull request #7069 from crosbymichael/update-libcontainer-july3
Update libcontainer to be85764f109c3f0f62cd2a5c8be
2014-07-18 22:34:22 +03: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
container_unit_test.go
daemon.go Fix cross compile non cgo and linux systems 2014-07-16 16:57:49 -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

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