From 6ab52f9f00968e15e8dcae145dbaea04da394d83 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 5 Feb 2016 16:53:45 +0100 Subject: [PATCH] Add note that seccomp 2.2.1 or higher is required Signed-off-by: Sebastiaan van Stijn --- docs/security/seccomp.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/security/seccomp.md b/docs/security/seccomp.md index c2f9968a54..5bfed0f647 100644 --- a/docs/security/seccomp.md +++ b/docs/security/seccomp.md @@ -19,6 +19,10 @@ feature to restrict your application's access. This feature is available only if the kernel is configured with `CONFIG_SECCOMP` enabled. +> **Note**: On Ubuntu 14.04, Debian Wheezy, and Debian Jessie, you must download +> the [latest static Docker Linux binary](../installation/binaries.md) to use +> seccomp. + ## Passing a profile for a container The default seccomp profile provides a sane default for running containers with