From d617e9ba57dfd589973b4f3e9094dd5e4b1a8281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Fri, 20 Jan 2017 12:16:50 +0100 Subject: [PATCH] Fixes #164 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 77e82d9..a6d84ff 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ The easiest way to run your hosts against the Docker Bench for Security is by ru ```sh docker run -it --net host --pid host --cap-add audit_control \ + -e DOCKER_CONTENT_TRUST=$DOCKER_CONTENT_TRUST \ -v /var/lib:/var/lib \ -v /var/run/docker.sock:/var/run/docker.sock \ -v /usr/lib/systemd:/usr/lib/systemd \ @@ -37,6 +38,7 @@ git clone https://github.com/docker/docker-bench-security.git cd docker-bench-security docker build -t docker-bench-security . docker run -it --net host --pid host --cap-add audit_control \ + -e DOCKER_CONTENT_TRUST=$DOCKER_CONTENT_TRUST \ -v /var/lib:/var/lib \ -v /var/run/docker.sock:/var/run/docker.sock \ -v /usr/lib/systemd:/usr/lib/systemd \