moby--moby/daemon
Tibor Vass fef1e0a708 Merge pull request #6682 from erikh/6476-persistent_port_allocation
fix persistent port allocation
2014-06-30 10:14:17 -04:00
..
execdriver Update libcontainer Context changes 2014-06-26 16:56:39 -07: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 Use State waiting functions 2014-06-27 15:07:40 +04: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
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