From bed663d028919f4a0865eeb3636d2f3f916fbb1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Mon, 23 Jan 2017 17:41:29 +0100 Subject: [PATCH] correct sections 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 4bf45b1..ec8b4e2 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ docker run -it --net host --pid host --cap-add audit_control \ Docker bench requires Docker 1.10.0 or later in order to run. Also note that the default image and `Dockerfile` uses `FROM: alpine` which -doesn't contain `auditctl`, this will generate errors in section 1.8 to 1.18. +doesn't contain `auditctl`, this will generate errors in section 1.8 to 1.15. Distribution specific Dockerfiles that fixes this issue are available in the [distros directory](https://github.com/docker/docker-bench-security/tree/master/distros).