mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
same build instructions everywhere
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
2a0241d839
commit
3d2565742a
1 changed files with 4 additions and 1 deletions
|
@ -19,12 +19,15 @@ The only thing you need to hack on Docker Bench for Security is a POSIX 2004 com
|
|||
You can build the container that wraps the docker-bench for security:
|
||||
```sh
|
||||
✗ git clone git@github.com:docker/docker-bench-security.git
|
||||
✗ docker build -t diogomonica/docker-bench-security .
|
||||
✗ 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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue