moby--moby/daemon
unclejack 19c8e74fd3 Merge pull request #7100 from discordianfish/fix-port-allocation
Fix masked err in portmapper
2014-07-30 23:51:21 +03:00
..
execdriver Merge pull request #7062 from crosbymichael/fix-lxc-caps 2014-07-28 16:19:08 -07:00
graphdriver Move parsing functions to pkg/parsers and the specific kernel handling 2014-07-29 13:09:10 -07:00
networkdriver Merge pull request #7100 from discordianfish/fix-port-allocation 2014-07-30 23:51:21 +03:00
MAINTAINERS Add cpuguy83 as volumes maintainer 2014-06-20 09:40:29 -04:00
README.md Add readme for daemon directory 2014-05-17 17:56:02 +00:00
attach.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
container.go server/buildfile.go -> builder/builder.go; add maintainers file 2014-07-29 11:35:02 -07:00
container_unit_test.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
daemon.go Move parsing functions to pkg/parsers and the specific kernel handling 2014-07-29 13:09:10 -07:00
daemon_aufs.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
daemon_btrfs.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
daemon_devicemapper.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
daemon_no_aufs.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
history.go
inspect.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
network_settings.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
server.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
state.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
state_test.go State refactoring and add waiting functions 2014-06-27 15:05:48 +04:00
utils.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
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 update go import path and libcontainer 2014-07-24 22:19:50 +00:00
volumes.go update go import path and libcontainer 2014-07-24 22:19:50 +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