Alert for another docker container crash

@ilyam8

I’m no expert on Docker, but from my experience, this is the way I would consider the container as crashed:

  1. The docker event should be die or oom - docker events | Docker Documentation
  2. The docker exit code should be 1 or 139 - Understanding Docker Container Exit Codes | by Sandeep Madamanchi | Better Programming