mirror of https://github.com/docker/docs.git
Update seccomp.md (#4518)
This commit is contained in:
parent
2569f75e7e
commit
8535b0f07d
|
@ -20,12 +20,12 @@ CONFIG_SECCOMP=y
|
|||
|
||||
> **Note**: `seccomp` profiles require seccomp 2.2.1 and are only
|
||||
> available starting with Debian 9 "Stretch", Ubuntu 16.04 "Xenial",
|
||||
> Fedora 22, CentOS 7 and Oracle Linux 7. To use this feature on Ubuntu 14.04,
|
||||
> Fedora 22, CentOS 7, and Oracle Linux 7. 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
|
||||
## Pass a profile for a container
|
||||
|
||||
The default `seccomp` profile provides a sane default for running containers with
|
||||
seccomp and disables around 44 system calls out of 300+. It is moderately
|
||||
|
|
Loading…
Reference in New Issue