Files
docker-cli/components/engine/daemon
Vishnu Kannan 1f50057df8 Adding '--cgroup-parent' flag to docker run. This feature helps users implement more complex
resource isolation policies on top of what native docker provides.

Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)
Upstream-commit: 0b1e2b5a553565e99afd7ceda36beab098f506d0
Component: engine
2015-03-19 02:34:15 +00:00
..
2015-03-16 12:05:53 +01:00
2014-10-24 15:11:48 -07:00
2015-02-26 19:11:27 +08:00
2015-03-10 15:29:05 -07:00
2014-05-17 17:56:02 +00:00
2015-03-16 12:05:53 +01:00
2014-11-08 00:14:08 +00:00
2015-03-16 12:05:53 +01: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