Files
docker-cli/components/engine/daemon
Brian Goff 5fa21cf8ee Don't let Names be null on GET /containers/JSON
Fixes an issue where a `Dead` container has no names so the API returns
`null` instead of an empty array.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Upstream-commit: 59b8a0f697355f1d404121f0c3e96c4957ac4608
Component: engine
2015-10-02 17:09:14 -04:00
..
2015-07-29 23:39:18 +02:00
2015-09-25 14:52:09 -07:00
2015-08-27 22:07:42 -07:00
2015-09-29 19:43:03 -04:00
2015-09-25 14:52:09 -07:00
2015-07-29 21:25:56 +03:00
2015-08-27 22:07:42 -07:00
2015-09-28 13:48:12 -07:00
2015-07-29 21:25:56 +03:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver