Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2017-07-07 12:03:40 +02:00
parent 2f0112497a
commit 3736e0e711
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ Or you can simply run the shell script locally:
```sh ```sh
git clone git@github.com:docker/docker-bench-security.git git clone git@github.com:docker/docker-bench-security.git
cd docker-bench-security cd docker-bench-security
sh docker-bench-security.sh sudo sh docker-bench-security.sh
``` ```
The Docker Bench has the main script called `docker-bench-security.sh`. The Docker Bench has the main script called `docker-bench-security.sh`.

View file

@ -76,7 +76,7 @@ Also, this script can also be simply run from your base host by running:
```sh ```sh
git clone https://github.com/docker/docker-bench-security.git git clone https://github.com/docker/docker-bench-security.git
cd docker-bench-security cd docker-bench-security
sh docker-bench-security.sh sudo sh docker-bench-security.sh
``` ```
This script was build to be POSIX 2004 compliant, so it should be portable This script was build to be POSIX 2004 compliant, so it should be portable