From 3d2565742a16392e08d8d42dafd67956480d875e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Fri, 19 Jun 2015 23:46:43 +0200 Subject: [PATCH] same build instructions everywhere MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 36d2d2f..1b9fe4f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,12 +19,15 @@ The only thing you need to hack on Docker Bench for Security is a POSIX 2004 com You can build the container that wraps the docker-bench for security: ```sh ✗ git clone git@github.com:docker/docker-bench-security.git -✗ docker build -t diogomonica/docker-bench-security . +✗ cd docker-bench-security +✗ docker build -t docker-bench-security . ``` Or you can simply run the shell script locally: ```sh +✗ git clone git@github.com:docker/docker-bench-security.git +✗ cd docker-bench-security ✗ sh docker-bench-security.sh ```