mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add note that seccomp 2.2.1 or higher is required
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
1573960dca
commit
6ab52f9f00
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue