mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
Fixing local running of container in README
This commit is contained in:
parent
e8c3571a84
commit
23a74b5bd0
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ docker run -it --net host --pid host --cap-add audit_control \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
-v /usr/lib/systemd:/usr/lib/systemd \
|
-v /usr/lib/systemd:/usr/lib/systemd \
|
||||||
-v /etc:/etc --label security-benchmark \
|
-v /etc:/etc --label security-benchmark \
|
||||||
diogomonica/docker-bench-security
|
docker-bench-security
|
||||||
```
|
```
|
||||||
|
|
||||||
Also, this script can also be simply run from your base host by running:
|
Also, this script can also be simply run from your base host by running:
|
||||||
|
|
Loading…
Reference in a new issue