mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-31 22:32:34 +01:00
* Working CentOS Dockerfile
SM
This commit is contained in:
parent
de207ca1ee
commit
f0588da580
1 changed files with 11 additions and 0 deletions
11
Dockerfile.centos
Normal file
11
Dockerfile.centos
Normal file
|
@ -0,0 +1,11 @@
|
|||
FROM centos
|
||||
|
||||
RUN yum install -y docker net-tools audit procps-ng; yum clean all
|
||||
|
||||
RUN mkdir /docker-bench-security
|
||||
|
||||
COPY . /docker-bench-security
|
||||
|
||||
WORKDIR /docker-bench-security
|
||||
|
||||
ENTRYPOINT ["/bin/sh", "docker-bench-security.sh"]
|
Loading…
Reference in a new issue