mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 08:42:33 +01:00
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:
commit
5d6be7a11b
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
The easiest way to run your hosts against the CIS Docker 1.6 benchmark is by running our pre-built container:
|
||||||
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run -it --cap-add audit_control --net host --pid host \
|
docker run -it --cap-add audit_control --net host --pid host \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
|
|
Loading…
Reference in a new issue