# Alpine base image FROM alpine:edge VOLUME /data RUN apk add --no-cache bash docker openssh-keygen CMD [ "/bin/bash" ]