md formating

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2017-07-07 12:02:15 +02:00
parent cabb5d8dbc
commit 2f0112497a

View file

@ -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`.