consistent labeling

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2015-06-19 23:31:44 +02:00
commit 2dbfdd112f
2 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ docker run -it --net host --pid host --cap-add audit_control \
-v /var/lib:/var/lib \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /usr/lib/systemd:/usr/lib/systemd \
-v /etc:/etc --label security-benchmark \
-v /etc:/etc --label docker-bench-security \
docker-bench-security
```