From 55a8ec6b399de31a817e17c1ef2cb70d4bf78a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Thu, 21 Sep 2017 10:22:26 +0200 Subject: [PATCH] require Docker 1.13 or later MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1984f0f..9bc2903 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ docker run -it --net host --pid host --cap-add audit_control \ docker/docker-bench-security ``` -Docker bench requires Docker 1.10.0 or later in order to run. +Docker bench requires Docker 1.13.0 or later in order to run. Note that when distributions doesn't contain `auditctl`, the audit tests will check `/etc/audit/audit.rules` to see if a rule is present instead.