mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Be more explicit on seccomp availability
Seccomp is only *compiled* in binaries built for distros that ship with seccomp 2.2.1 or higher, and in the static binaries. The static binaries are not really useful for RHEL and CentOS, because devicemapper does not work properly with the static binaries, so static binaries is only an option for Ubuntu and Debian. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
929f62e64d
commit
13839a6d32
1 changed files with 5 additions and 3 deletions
|
@ -19,9 +19,11 @@ 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
|
> **Note**: Seccomp profiles require seccomp 2.2.1 and are only
|
||||||
> the [latest static Docker Linux binary](../installation/binaries.md) to use
|
> available starting with Debian 9 "Stretch", Ubuntu 15.10 "Wily", and
|
||||||
> seccomp.
|
> 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
|
## Passing a profile for a container
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue