Files
docker-cli/components/engine/daemon
Stefan J. Wernli 0264a23a04 Fixing logs file handle leak.
Docker logs was only closing the logger when the HTTP response writer received a close notification, however in non-follow mode the writer never receives a close. This means that the daemon would leak the file handle to the log, preventing the container from being removed on Windows (file in use error). This change explicitly closes the log when the end of stream is hit.

Signed-off-by: Stefan J. Wernli <swernli@microsoft.com>
Upstream-commit: 4570cfd3ba900253c18066a0299d64551dbf85cc
Component: engine
2016-03-18 11:00:15 -07:00
..
2016-03-16 19:15:14 -07:00
2016-02-01 09:57:38 -08:00
2016-03-16 19:15:14 -07:00
2016-03-16 19:15:14 -07:00
2016-02-24 21:12:14 -05:00
2016-02-03 10:43:01 -08:00
2016-03-11 23:22:16 +08:00
2016-01-14 08:17:40 +00:00
2016-02-16 11:19:23 -08:00
2016-03-16 19:15:14 -07:00
2016-03-18 11:00:15 -07:00
2016-03-08 07:55:01 -08:00
2016-02-09 14:25:02 -05:00
2016-03-16 19:15:14 -07:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver