Files
docker-cli/components/engine/daemon
Regan McCooey 5ec578ef0b docker kill should return error if container is not running.
Assuming that docker kill is trying to actually kill the container
is a mistake.  If the container is not running we should report it
back to the caller as a error.

Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)
Docker-DCO-1.1-Signed-off-by: Regan McCooey <rmccooey27@aol.com> (github: rmccooey27)

Docker-DCO-1.1-Signed-off-by: Regan McCooey <rmccooey27@aol.com> (github: rhatdan)
Upstream-commit: c92377e300d2e9863ffa8eda9c3166a039b60e09
Component: engine
2015-04-24 08:33:21 -04:00
..
2015-04-07 08:43:14 -07:00
2015-04-14 01:37:36 +02:00
2015-04-16 19:56:25 +08:00
2015-04-23 23:36:29 +02:00
2015-04-09 18:46:24 +02:00
2015-04-22 13:51:57 -07:00
2015-04-13 15:27:45 +02:00
2015-04-20 08:16:47 -07:00
2015-04-23 00:58:13 +02:00
2015-04-09 16:06:54 -07:00
2015-04-13 08:25:31 +02:00
2014-05-17 17:56:02 +00:00
2015-04-10 01:52:55 +08:00
2015-04-10 00:56:43 +02:00
2015-04-16 18:50:24 +02:00
2015-04-23 10:23:02 +08:00
2015-04-16 10:56:15 -04:00
2015-04-20 01:08:51 -07:00
2015-04-13 08:33:53 +02:00
2015-04-12 00:41:16 +02:00
2015-04-09 18:17:50 -07:00
2015-04-22 19:32:10 -04: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