1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Victor Vieux 90dadea84d Merge pull request #7344 from shykes/cleanup-server-attach
Move container-related jobs out of deprecated server/ package
2014-07-31 15:56:48 -07: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 Move Server.ContainerAttach to Daemon.ContainerAttach 2014-07-30 11:20:31 +00:00
container.go Add support for autodetected HOME from USER (if HOME is unset) 2014-07-31 12:46:36 -06:00
container_unit_test.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
daemon.go Move "unpause" to daemon/pause.go 2014-07-30 14:01:43 +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
pause.go Move "unpause" to daemon/pause.go 2014-07-30 14:01:43 +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