From 41a0f6301391983e3b2d7d8bf9bd4baac9ddbf43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Sun, 14 Jun 2015 23:54:15 +0200 Subject: [PATCH] change to docker repository 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, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2be9a3..69512ad 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ docker run -it --net host --pid host \ Also, this script can also be simply run from your base host by running: ```sh -git clone https://github.com/diogomonica/docker-bench-security.git +git clone https://github.com/docker/docker-bench-security.git cd docker-bench-security sh docker-bench-security.sh ```