Fixing local running of container in README

This commit is contained in:
Diogo Mónica 2015-06-17 11:25:52 -07:00
parent e8c3571a84
commit 23a74b5bd0

View file

@ -39,7 +39,7 @@ docker run -it --net host --pid host --cap-add audit_control \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /usr/lib/systemd:/usr/lib/systemd \
-v /etc:/etc --label security-benchmark \
diogomonica/docker-bench-security
docker-bench-security
```
Also, this script can also be simply run from your base host by running: