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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user