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