eventman/docker-tools/mongodump/Dockerfile

10 lines
145 B
Text
Raw Normal View History

2017-11-26 22:06:59 +01:00
FROM mongo:latest
LABEL \
maintainer="Davide Alberani <da@erlug.linux.it>" \
vendor="RaspiBO"
VOLUME ["/data"]
COPY run.sh /
CMD ["/run.sh"]