Changing to official docker hub image

This commit is contained in:
Diogo Mónica 2015-08-12 21:43:01 -07:00
parent 739c16f6bf
commit 8940c404fa

View file

@ -19,7 +19,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 docker_bench_security \
diogomonica/docker-bench-security
docker/docker-bench-security
```
Docker bench requires Docker 1.6.2 or later in order to run, since it depends on the `--label` to exclude the current container from being inspected. If you can't upgrade to 1.6.2, I feel free to remove the `--label` flag or run the shell script locally (see below).