use compose to improve readability

Signed-off-by: Peter <lusitania@users.noreply.github.com>
This commit is contained in:
lusitania 2015-09-21 11:52:39 +02:00 committed by Peter
commit 10f0689b02
2 changed files with 28 additions and 0 deletions

View file

@ -43,6 +43,13 @@ docker run -it --net host --pid host --cap-add audit_control \
docker-bench-security
```
or use [Docker Compose](https://docs.docker.com/compose/):
```sh
git clone https://github.com/docker/docker-bench-security.git
cd docker-bench-security
docker-compose run --rm docker-bench-security
```
Also, this script can also be simply run from your base host by running:
```sh