Update seccomp note and remove ref to Fedora 22

This commit is contained in:
gbarr01 2017-12-19 11:40:34 -08:00 committed by Misty Stanley-Jones
parent 7fcb35b57f
commit 22852c0b21
1 changed files with 4 additions and 6 deletions

View File

@ -18,12 +18,10 @@ $ cat /boot/config-`uname -r` | grep CONFIG_SECCOMP=
CONFIG_SECCOMP=y CONFIG_SECCOMP=y
``` ```
> **Note**: `seccomp` profiles require seccomp 2.2.1 and are only > **Note**: `seccomp` profiles require seccomp 2.2.1 which is not available on
> available starting with Debian 9 "Stretch", Ubuntu 16.04 "Xenial", > Ubuntu 14.04, Debian Wheezy, or Debian Jessie. To use `seccomp` on these
> Fedora 22, CentOS 7, and Oracle Linux 7. To use this feature on Ubuntu 14.04, > distributions, you must download the [latest static Linux binaries](/engine/installation/linux/docker-ce/binaries.md)
> Debian Wheezy, or Debian Jessie, you must download the > (rather than packages).
> [latest static Docker Linux binary](../installation/binaries.md).
> This feature is currently *not* available on other distributions.
## Pass a profile for a container ## Pass a profile for a container