mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
md formating
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
cabb5d8dbc
commit
2f0112497a
1 changed files with 6 additions and 6 deletions
|
@ -20,17 +20,17 @@ compliant shell. We try to keep the project compliant for maximum portability.
|
||||||
You can build the container that wraps the docker-bench for security:
|
You can build the container that wraps the docker-bench for security:
|
||||||
|
|
||||||
```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
|
||||||
$ docker build -t docker-bench-security .
|
docker build -t docker-bench-security .
|
||||||
```
|
```
|
||||||
|
|
||||||
Or you can simply run the shell script locally:
|
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
|
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`.
|
||||||
|
|
Loading…
Reference in a new issue