added mongodb image + PHP7 driver

This commit is contained in:
Amin Mkh
2016-05-29 14:19:43 +03:00
parent e7decdaaf7
commit 9c7054abe2
3 changed files with 23 additions and 0 deletions

12
mongo/Dockerfile Normal file
View File

@ -0,0 +1,12 @@
FROM mongo:latest
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
#COPY mongo.conf /usr/local/etc/mongo/mongo.conf
VOLUME /var/lib/mongo
CMD [ "mongod" ]
EXPOSE 27017