From 22852c0b2145a7a4cd015f8b57f9c9978effdb30 Mon Sep 17 00:00:00 2001 From: gbarr01 Date: Tue, 19 Dec 2017 11:40:34 -0800 Subject: [PATCH] Update seccomp note and remove ref to Fedora 22 --- engine/security/seccomp.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/engine/security/seccomp.md b/engine/security/seccomp.md index f5d3e4b43d..efe6032cec 100644 --- a/engine/security/seccomp.md +++ b/engine/security/seccomp.md @@ -18,12 +18,10 @@ $ cat /boot/config-`uname -r` | grep CONFIG_SECCOMP= 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, -> 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. +> **Note**: `seccomp` profiles require seccomp 2.2.1 which is not available on +> Ubuntu 14.04, Debian Wheezy, or Debian Jessie. To use `seccomp` on these +> distributions, you must download the [latest static Linux binaries](/engine/installation/linux/docker-ce/binaries.md) +> (rather than packages). ## Pass a profile for a container