mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
docs
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
2f0112497a
commit
3736e0e711
2 changed files with 2 additions and 2 deletions
|
@ -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`.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue