Merge pull request #20415 from thaJeztah/improve-seccomp-warning

Be more explicit on seccomp availability
Upstream-commit: 1f97f2232db75a9e1e2afd63894c98266a87b7d7
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2016-02-18 15:18:36 +01:00
+5 -3
View File
@@ -19,9 +19,11 @@ 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.
> **Note**: Seccomp profiles require seccomp 2.2.1 and are only
> available starting with Debian 9 "Stretch", Ubuntu 15.10 "Wily", and
> Fedora 22. To use this feature on Ubuntu 14.04, Debian Wheezy, or
> Debian Jessie, you must download the [latest static Docker Linux binary](../installation/binaries.md).
> This feature is currently *not* available on other distributions.
## Passing a profile for a container