March 27, 2015
View 6f4d847

Replace aliased imports of logrus, fixes #11762

Antonio Murdaca authored on 2015/03/27 07:22:04
March 24, 2015
View b80fae7

Refactor pkg/common, Fixes #11599

Antonio Murdaca authored on 2015/03/24 20:25:26
March 19, 2015
View b6a4267

Wait for copier finishing it's work before closing logger

Alexander Morozov authored on 2015/03/19 03:44:14
March 13, 2015
View 906974b

correct some daemon spelling mistakes

Yuan Sun authored on 2015/03/13 18:12:02
February 21, 2015
View 7a9c944

Removing dependencies from pkg into Docker internal code

Srini Brahmaroutu authored on 2015/02/21 13:48:23
February 5, 2015
View 47a6afb

Default 'json-file' logging driver and none logging driver

Alexander Morozov authored on 2015/02/05 04:04:58
January 30, 2015
View e7f6433

Remove explicit setting of ExitCode

Alexander Morozov authored on 2015/01/30 07:50:42
January 7, 2015
View e721ed9

restart: Fix the compare of restart policy

HuKeping authored on 2015/01/07 16:16:04
January 6, 2015
View af053cc

restart: Fix an error about arguments missing

HuKeping authored on 2015/01/06 12:33:53
November 20, 2014
View 44cab4a

Add "OOM killed" event based on OOM state information

Phil Estes authored on 2014/11/20 04:50:16
November 6, 2014
View 69a5b82

See #8379 - if the container doesn't start I added code to make sure that if no other processing sets the container.exitCode to a non-zero value when we make sure its done before we return. I also made sure that while trying to start the CMD/ENTRYPOINT, if it fails, then we set the container.exitCode to the exitStatus from the exec().

Doug Davis authored on 2014/11/06 11:23:42
October 31, 2014
View 46f2944

Address comments.

Vishnu Kannan authored on 2014/10/31 08:06:54
October 25, 2014
View ee7dd44

Mass gofmt

Alexandr Morozov authored on 2014/10/25 07:11:48
View 7c62cee

Use logrus everywhere for logging

Alexandr Morozov authored on 2014/10/25 02:12:35
October 9, 2014
View f96e04f

This patch adds ability in docker to detect out of memory conditions in containers. Since the containers can handle the out of memory kernel kills gracefully, docker will only provide out of memory information as an additional metadata as part of container status. Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)

Vishnu Kannan authored on 2014/10/09 02:03:57