mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-05-23 01:15:31 +00:00
First version of the CIS Docker Benchmark v1.0.0
This commit is contained in:
parent
487307834f
commit
18d5a13240
13 changed files with 1545 additions and 0 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
FROM gliderlabs/alpine:3.1
|
||||
|
||||
RUN apk --update add docker
|
||||
|
||||
RUN mkdir /docker_security_benchmark
|
||||
|
||||
COPY . /docker_security_benchmark
|
||||
|
||||
WORKDIR /docker_security_benchmark
|
||||
|
||||
ENTRYPOINT ["/bin/sh", "docker_security_benchmark.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue