Revīziju vēsture

Autors SHA1 Ziņojums Datums
  HuKeping e721ed9b53 restart: Fix the compare of restart policy 10 gadi atpakaļ
  HuKeping af053ccf6b restart: Fix an error about arguments missing 10 gadi atpakaļ
  Phil Estes 44cab4a4ff Add "OOM killed" event based on OOM state information 10 gadi atpakaļ
  Vishnu Kannan 46f2944977 Address comments. 10 gadi atpakaļ
  Vishnu Kannan f96e04ffc7 This patch adds ability in docker to detect out of memory conditions in containers. 10 gadi atpakaļ
  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 gadi atpakaļ
  Alexandr Morozov ee7dd44c01 Mass gofmt 10 gadi atpakaļ
  Alexandr Morozov 7c62cee51e Use logrus everywhere for logging 10 gadi atpakaļ
  ArikaChen bfc9d8bbea Fix typo:betweem->between and PtySlace->PtySlave 10 gadi atpakaļ
  Alexandr Morozov e0339d4b88 Use State as embedded to Container 11 gadi atpakaļ
  Vishnu Kannan 3a7e07355a Rename 'StdConfig' to 'StreamConfig'. 11 gadi atpakaļ
  Vishnu Kannan 4aa5da278f Refactoring execdriver.Command and Container structs to support 'docker exec' and other 11 gadi atpakaļ
  Alexandr Morozov 517ba44e37 Merge Container and State mutexes 11 gadi atpakaļ
  Alexandr Morozov 12ff89a390 Fix race condition between cleanup and Start 11 gadi atpakaļ
  Alexandr Morozov 0d4d7e4a28 Cleanup: Make channels unbuffered 11 gadi atpakaļ
  Alexandr Morozov 93d6adf8a1 Fix race between container cleanup and inspect/ps 11 gadi atpakaļ
  Alexandr Morozov 1480168e9f Fix race condition in sending started signal from monitor 11 gadi atpakaļ
  Victor Vieux a0392324f1 another commit to do like @crosbymichael 11 gadi atpakaļ
  Michael Crosby 25c519e829 Deprecate --restart on the daemon 11 gadi atpakaļ
  Michael Crosby 73ced63680 Update based on comments from the code review 11 gadi atpakaļ
  Michael Crosby 2ec1b697c1 Rebased changes to return on first start's error 11 gadi atpakaļ
  Michael Crosby ebf5d4657d Reguardless of success reset time increment 11 gadi atpakaļ
  Michael Crosby 972c894931 Improve wait during restart 11 gadi atpakaļ
  Michael Crosby c4a00d549d Honor the restarting state in Stop 11 gadi atpakaļ
  Michael Crosby a2afb2b1e3 Add Restarting state when docker is handling the restart of containers 11 gadi atpakaļ
  Michael Crosby be22d7ac2d Add additional comments for vague lines 11 gadi atpakaļ
  Michael Crosby 6ae05936e1 Move container start event into monitor 11 gadi atpakaļ
  Michael Crosby b7550cd456 Fix rebase around log event 11 gadi atpakaļ
  Michael Crosby 41870a42be Only restart containers on daemon load with policy of always 11 gadi atpakaļ
  Michael Crosby 860c13b788 Add documentation and update restart rules. 11 gadi atpakaļ