From 8940c404fa2fda72ccc8a9bcbb145d6b7a0883e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diogo=20M=C3=B3nica?= Date: Wed, 12 Aug 2015 21:43:01 -0700 Subject: [PATCH] Changing to official docker hub image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 140ffd5..56bfe5a 100644 --- a/README.md +++ b/README.md @@ -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).