浏览代码

Add note that seccomp 2.2.1 or higher is required

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 9 年之前
父节点
当前提交
6ab52f9f00
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/security/seccomp.md

+ 4 - 0
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`
 This feature is available only if the kernel is configured with `CONFIG_SECCOMP`
 enabled.
 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
 ## Passing a profile for a container
 
 
 The default seccomp profile provides a sane default for running containers with
 The default seccomp profile provides a sane default for running containers with