Hardened read-only container docker

Immutable rootfs, writable /tmp only, block privilege escalation; container hardening

docker run --read-only --tmpfs /tmp --security-opt no-new-privileges --cap-drop ALL <name>
more docker all 46 commands →