docker-bench-security/distros/Dockerfile.centos
Scott McCarty b942031979 Created customized Dockerfiles for RHEL and CentOS
Signed-off-by: Scott McCarty <smccarty@redhat.com>
2015-07-02 14:23:58 -04:00

15 lines
323 B
Text

# REPOSITORY https://github.com/docker/docker-bench-security
MAINTAINER smccarty@redhat.com
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"]