Update seccomp.md (#4518)

This commit is contained in:
Wang Jie 2017-09-12 08:00:00 +08:00 committed by Misty Stanley-Jones
parent 2569f75e7e
commit 8535b0f07d
1 changed files with 2 additions and 2 deletions

View File

@ -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