June 12, 2016
View a72b45d

Fix logrus formatting

Yong Tang authored on 2016/06/12 05:16:55
June 1, 2016
View 7772d27

Remove the logger.Message ContainerID field

Nalin Dahyabhai authored on 2016/06/01 04:46:55
April 9, 2016
View bd9d14a

Add support for reading logs extra attrs

Brian Goff authored on 2016/04/09 01:15:08
March 26, 2016
View 62c9e62

use router.Cancellable instead of direct CloseNotify

Alexander Morozov authored on 2016/03/26 03:33:54
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 12, 2016
View 1790980

inherit the daemon log options when creating containers

Shijiang Wei authored on 2016/03/12 21:50:37
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 29, 2015
View 1eecc1e

refactor logs to not use internal data structures

Morgan Bauer authored on 2015/09/29 05:36:29