1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Solomon Hykes 4949e070fb Move kernel version/capabilities detection to NewDaemon
Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
2014-07-30 09:26:51 +00: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
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 kernel version/capabilities detection to NewDaemon 2014-07-30 09:26:51 +00: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 don't call sort for every add in history 2014-05-14 15:02:02 +03:00
inspect.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
MAINTAINERS Add cpuguy83 as volumes maintainer 2014-06-20 09:40:29 -04:00
network_settings.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
README.md Add readme for daemon directory 2014-05-17 17:56:02 +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

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver