Skip to main content
RunBook Academy

← All checklists in Docker & Containers

Before deploymentHost

Checklist: Docker host production readiness

11 items ·2 critical ·3 warn ·6 info

This checklist covers host configuration, daemon configuration, network configuration, security hardening, observability, and backup/DR. Run before any production deploy; update after every incident.

Procedure

For each item:

  1. Run the command.
  2. Confirm the output matches the expected.
  3. If not, fix or document an exception.

Approval

Run this checklist quarterly. Track the score; fix FAILs; document WARNs.

Critical2 items

  1. docker ps --filter privileged=true
  2. docker ps --filter pid-mode=host

Warning3 items

  1. ls -la /var/run/docker.sock
  2. df -h /var/lib/docker
  3. df -i /var/lib/docker

Info6 items

  1. uname -r
  2. docker --version
  3. systemctl status docker
  4. lsmod | grep -E "(overlay|br_netfilter|nf_nat)"
  5. sysctl net.ipv4.ip_forward
  6. sysctl net.bridge.bridge-nf-call-iptables