mirror of
https://github.com/docker/docker-bench-security.git
synced 2024-11-01 08:31:44 +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:
|
||||
|
||||
```sh
|
||||
$ git clone git@github.com:docker/docker-bench-security.git
|
||||
$ cd docker-bench-security
|
||||
$ docker build -t docker-bench-security .
|
||||
git clone git@github.com:docker/docker-bench-security.git
|
||||
cd docker-bench-security
|
||||
docker build -t docker-bench-security .
|
||||
```
|
||||
|
||||
Or you can simply run the shell script locally:
|
||||
|
||||
```sh
|
||||
$ git clone git@github.com:docker/docker-bench-security.git
|
||||
$ cd docker-bench-security
|
||||
$ sh docker-bench-security.sh
|
||||
git clone git@github.com:docker/docker-bench-security.git
|
||||
cd docker-bench-security
|
||||
sh docker-bench-security.sh
|
||||
```
|
||||
|
||||
The Docker Bench has the main script called `docker-bench-security.sh`.
|
||||
|
|
Loading…
Reference in a new issue