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 Merge pull request #6939 from snitm/thinp-blocksize-fix 2014-07-10 19:57:07 +03:00
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 Merge pull request #6954 from LK4D4/fix_container_run_after_restart_#4766 2014-07-16 11:35:14 -07:00
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 Use State waiting functions 2014-06-27 15:07:40 +04:00
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