Merge branch 'master' of github.com:konstruktoid/docker-bench-security into issue_25

* 'master' of github.com:konstruktoid/docker-bench-security:
  Fix test 5.14 to not always pass when multiple ports are published.
  change to docker repository
  make readme codeblocks prettier
  Add first version of CONTRIBUTING.md
  Issue , remove -U, -u
  use official alpine image as the base
  Make the main script an executable for if I want to run it on my host

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>

Conflicts:
	README.md
This commit is contained in:
Thomas Sjögren 2015-06-15 22:01:36 +02:00
commit eca8471c71
7 changed files with 87 additions and 35 deletions

View file

@ -43,7 +43,7 @@ docker run -it --net host --pid host -v /var/lib:/var/lib \
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
```