Container Security

1 / 12

A container's default security posture is better than a bare process and considerably worse than most people assume. It runs as root — the host's root, with a reduced but still substantial capability set — with a permissive seccomp filter and a writable filesystem.

None of that is required by anything you are likely to run. This lesson is turning it off.

Finish →