Creator - working

This commit is contained in:
2018-02-09 11:49:16 +01:00
parent 9a8b3a2d0c
commit 16af776950
2 changed files with 198 additions and 5 deletions

View File

@@ -1,11 +1,9 @@
# Alpine base image
FROM alpine:edge
VOLUME /data
RUN apk add --no-cache bash docker openssh-keygen vim
RUN apk add --no-cache bash docker openssh-keygen
CMD [ "/bin/bash" ]
ADD entrypoint-command /bin/entrypoint
CMD [ "/bin/entrypoint" ]