mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 08:42:33 +01:00
9429cdd79f
Signed-off-by: Scott McCarty <smccarty@redhat.com>
15 lines
328 B
Text
15 lines
328 B
Text
# REPOSITORY https://github.com/fatherlinux/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"]
|