mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +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:
|
You can build the container that wraps the docker-bench for security:
|
||||||
```sh
|
```sh
|
||||||
✗ git clone git@github.com:docker/docker-bench-security.git
|
✗ 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:
|
Or you can simply run the shell script locally:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
✗ git clone git@github.com:docker/docker-bench-security.git
|
||||||
|
✗ cd docker-bench-security
|
||||||
✗ sh docker-bench-security.sh
|
✗ sh docker-bench-security.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue