Explorar o código

Merge pull request #20035 from thaJeztah/add-seccomp-compatibility-note

Add note that seccomp 2.2.1 or higher is required
Sebastiaan van Stijn %!s(int64=9) %!d(string=hai) anos
pai
achega
66af3cad7a
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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`
 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