March 18, 2016
View 4570cfd

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.

Stefan J. Wernli authored on 2016/03/18 09:48:21
March 2, 2016
View 0680850

validate log-opt when creating containers AGAIN

Shijiang Wei authored on 2016/03/02 21:22:18
February 26, 2016
View a793564

Remove static errors from errors package.

David Calavera authored on 2016/02/26 00:53:35
January 28, 2016
View 06d8f50

Move backend types to their own package.

David Calavera authored on 2016/01/28 07:09:42
December 31, 2015
View dd93571

Decouple the "container" router from the actual daemon implementation.

Lukas Waslowski authored on 2015/12/31 02:20:41
December 19, 2015
View ae4ee97

Move stream flushes to backend

Brian Goff authored on 2015/12/19 23:43:10
December 12, 2015
View d7d512b

Rename `Daemon.Get` to `Daemon.GetContainer`.

David Calavera authored on 2015/12/12 02:39:28
November 13, 2015
View 6bb0d18

Move Container to its own package.

David Calavera authored on 2015/11/13 04:55:17
November 4, 2015
View c412300

Decouple daemon and container to configure logging drivers.

David Calavera authored on 2015/11/04 03:45:12
September 30, 2015
View b08f071

Revert "Merge pull request #16228 from duglin/ContextualizeEvents"

Tibor Vass authored on 2015/09/30 02:51:40
September 29, 2015
View 1eecc1e

refactor logs to not use internal data structures

Morgan Bauer authored on 2015/09/29 05:36:29
September 19, 2015
View 0a73418

Move more 'daemon' errors to the new error package

Doug Davis authored on 2015/09/19 02:48:16
September 11, 2015
View 26b1064

Add context.RequestID to event stream

Doug Davis authored on 2015/09/11 07:01:18
July 31, 2015
View abd72d4

golint fixes for daemon/ package

Morgan Bauer authored on 2015/07/31 06:01:53
July 24, 2015
View e611a18

Add log reading to the journald log driver

Nalin Dahyabhai authored on 2015/07/24 00:02:56