1. 25 8月, 2020 1 次提交
  2. 20 8月, 2020 1 次提交
  3. 18 8月, 2020 2 次提交
  4. 13 8月, 2020 7 次提交
  5. 12 8月, 2020 8 次提交
  6. 11 8月, 2020 4 次提交
  7. 01 8月, 2020 1 次提交
  8. 25 7月, 2020 1 次提交
  9. 24 7月, 2020 1 次提交
  10. 21 7月, 2020 3 次提交
  11. 19 7月, 2020 2 次提交
  12. 16 7月, 2020 4 次提交
  13. 10 7月, 2020 1 次提交
  14. 28 6月, 2020 1 次提交
    • A
      Support more error messages for container inspect · f23bbea9
      Anders F Björklund 提交于
      The messages are different between "inspect" and "container inspect",
      and also changed a bit in format between Podman v1 and Podman v2.
      
      Support all of them, for compatibility with different versions of
      Docker and Podman. Was causing restarts and failures, with KIC.
      f23bbea9
  15. 27 6月, 2020 1 次提交
    • P
      Fix bug in FailFastError and add unit test · 7c2cac61
      Priya Wadhwa 提交于
      Since FailFastError was just another `error`, all errors were technically `FailFastErrors`.
      
      This code makes `FailFastError` a struct which implements the error interface, so that now errors can be distinctly identified as `FailFastError`'
      
      Also added a unit test to prove that this works now.
      7c2cac61
  16. 26 6月, 2020 2 次提交