What is a seccomp profile in Docker and how does it reduce the container attack surface?

Docker Fundamentals Hard

Docker Fundamentals — Hard

What is a seccomp profile in Docker and how does it reduce the container attack surface?

Key points

  • Seccomp profile restricts container system calls.
  • Default profile blocks ~44 dangerous syscalls.
  • Reduces attack surface by limiting kernel operations.

Ready to go further?

Related questions