mqliang
|
d71eeb1c05
move defer statement for readability
|
9 anni fa |
John Howard
|
2ff68910e2
Typo s/contained/container
|
9 anni fa |
Antonio Murdaca
|
77826333fe
Fix errors format
|
9 anni fa |
Sally O'Malley
|
41de7a18d8
Change 'docker run' exit codes to distinguish docker/contained errors
|
10 anni fa |
David Calavera
|
63efc12070
Remove further references to the daemon within containers.
|
9 anni fa |
David Calavera
|
c412300dd9
Decouple daemon and container to configure logging drivers.
|
9 anni fa |
David Calavera
|
019c337b93
Decouple daemon and container to cleanup containers.
|
9 anni fa |
David Calavera
|
ca5ede2d0a
Decouple daemon and container to log events.
|
9 anni fa |
Tibor Vass
|
b08f071e18
Revert "Merge pull request #16228 from duglin/ContextualizeEvents"
|
9 anni fa |
Doug Davis
|
26b1064967
Add context.RequestID to event stream
|
10 anni fa |
Hu Keping
|
f05bacbe50
Events for OOM needs to be shift to an earlier time
|
10 anni fa |
Madhu Venugopal
|
e148e763b8
Update native execdriver to exploit libcontainer hooks
|
10 anni fa |
Morgan Bauer
|
abd72d4008
golint fixes for daemon/ package
|
10 anni fa |
Tonis Tiigi
|
10305dc5e8
Add unless-stopped restart policy
|
10 anni fa |
Brian Goff
|
c0391bf554
Split reader interface from logger interface
|
10 anni fa |
Qiang Huang
|
af7f81878f
Show error message when todisk failed
|
10 anni fa |
Antonio Murdaca
|
624bf81fdb
Add RestartPolicy methods instead of using strings checking
|
10 anni fa |
Antonio Murdaca
|
6f4d847046
Replace aliased imports of logrus, fixes #11762
|
10 anni fa |
Antonio Murdaca
|
b80fae7356
Refactor pkg/common, Fixes #11599
|
10 anni fa |
Alexander Morozov
|
b6a42673ab
Wait for copier finishing it's work before closing logger
|
10 anni fa |
Alexander Morozov
|
47a6afb93f
Default 'json-file' logging driver and none logging driver
|
10 anni fa |
Yuan Sun
|
906974b185
correct some daemon spelling mistakes
|
10 anni fa |
Srini Brahmaroutu
|
7a9c944b82
Removing dependencies from pkg into Docker internal code
|
10 anni fa |
Alexander Morozov
|
e7f6433109
Remove explicit setting of ExitCode
|
10 anni fa |
HuKeping
|
e721ed9b53
restart: Fix the compare of restart policy
|
10 anni fa |
HuKeping
|
af053ccf6b
restart: Fix an error about arguments missing
|
10 anni fa |
Phil Estes
|
44cab4a4ff
Add "OOM killed" event based on OOM state information
|
10 anni fa |
Vishnu Kannan
|
46f2944977
Address comments.
|
10 anni fa |
Vishnu Kannan
|
f96e04ffc7
This patch adds ability in docker to detect out of memory conditions in containers.
|
10 anni fa |
Doug Davis
|
69a5b827dc
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().
|
10 anni fa |