mirror of
https://github.com/docker/docker-bench-security.git
synced 2024-11-01 08:31:44 +01:00
Merge branch 'master' of https://github.com/diogomonica/docker-security-benchmark
This commit is contained in:
commit
be18328e75
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ docker run -it --net host --pid host -v /var/run/docker.sock:/var/run/docker.soc
|
|||
diogomonica/docker-security-benchmark
|
||||
```
|
||||
|
||||
This benchmark requires Docker 1.6 or later to run, since it depends on the `--label` to exclude the current container from being inspected. If you can't upgrade to 1.6, I feel free to remove the `--label` flag or run the shell script locally (see below).
|
||||
|
||||
## Building the benchmark
|
||||
|
||||
If you wish to build and run this container yourself, you can follow the following steps:
|
||||
|
|
Loading…
Reference in a new issue