Skip to main content
RunBook Academy

← All checklists in Docker & Containers

As neededTroubleshooting

Checklist: Container incident triage

8 items ·5 critical ·3 warn ·0 info

Procedure

For each item:

  1. Acknowledge the alert.
  2. Assess impact.
  3. Stabilize.
  4. Communicate.
  5. Capture evidence.
  6. Diagnose.
  7. Fix.
  8. Document.

Critical5 items

  1. Send "on it" in the channel
  2. Check dashboards, error rates, user reports
  3. Apply mitigation per runbook
  4. docker logs CONTAINER --tail 100
  5. docker ps / docker inspect

Warning3 items

  1. Post in #incidents channel
  2. docker inspect CONTAINER > inspect.json
  3. Open post-mortem doc