Merge branch 'issue_19' of github.com:konstruktoid/docker-bench-security into issue_19

* 'issue_19' of github.com:konstruktoid/docker-bench-security:
  use debian:wheezy as base image
  auditctl requires cap_audit_control

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>

Conflicts:
	README.md
This commit is contained in:
Thomas Sjögren 2015-06-14 22:34:52 +02:00
commit 5d6be7a11b

View file

@ -12,7 +12,6 @@ We packaged docker bench as a small container for your convenience. Note that th
The easiest way to run your hosts against the CIS Docker 1.6 benchmark is by running our pre-built container:
```sh
docker run -it --cap-add audit_control --net host --pid host \
-v /var/run/docker.sock:/var/run/docker.sock \