Merge pull request #32 from konstruktoid/docker_pull

change to docker repository
This commit is contained in:
Diogo Mónica 2015-06-14 14:56:06 -07:00
commit 0e7967e9b0

View file

@ -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
```