Merge pull request #259 from konstruktoid/k10d/reqversion

require Docker 1.13 or later
This commit is contained in:
Thomas Sjögren 2017-09-21 10:23:11 +02:00 committed by GitHub
commit 02987bbb98

View file

@ -33,7 +33,7 @@ docker run -it --net host --pid host --cap-add audit_control \
docker/docker-bench-security 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 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. check `/etc/audit/audit.rules` to see if a rule is present instead.