mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-31 06:22:32 +01:00
distro specific example
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
a324c22e3c
commit
2a9d8a0da7
1 changed files with 17 additions and 0 deletions
17
distros/Dockerfile.alpine
Normal file
17
distros/Dockerfile.alpine
Normal file
|
@ -0,0 +1,17 @@
|
|||
# REPOSITORY https://github.com/docker/docker-bench-security
|
||||
|
||||
MAINTAINER dockerbench.com
|
||||
|
||||
FROM alpine:3.1
|
||||
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
apk --update add docker
|
||||
|
||||
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