moby--moby/daemon
SvenDowideit fa29b1f062 I'm going to wish I didn't do this
Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
2014-07-03 10:31:56 +10:00
..
execdriver fix compilation and panic 2014-07-02 00:54:08 +00:00
graphdriver Change misnamed TarFilter to TarWithOptions 2014-06-26 22:49:08 +00:00
networkdriver portmapper: unit tests for remap problem 2014-06-27 15:57:31 -07:00
README.md
attach.go
container.go Use State waiting functions 2014-06-27 15:07:40 +04:00
container_unit_test.go
daemon.go I'm going to wish I didn't do this 2014-07-03 10:31:56 +10:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
history.go
inspect.go add links to inspect for 'linking' containers 2014-06-26 20:51:38 +00:00
network_settings.go
server.go
state.go Use State waiting functions 2014-06-27 15:07:40 +04:00
state_test.go State refactoring and add waiting functions 2014-06-27 15:05:48 +04:00
utils.go Improve name generation on concurrent requests 2014-05-23 17:51:16 -07:00
utils_test.go
volumes.go daemon: *: updated getResourcePath and getRootResourcePath signatures 2014-06-18 15:51:28 -04: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