FROM mongo:latest MAINTAINER Mahmoud Zalt #COPY mongo.conf /usr/local/etc/mongo/mongo.conf VOLUME /data/db /data/configdb CMD ["mongod"] EXPOSE 27017