File size: 153 Bytes
2a24fee
 
c10ed5c
 
2a24fee
c10ed5c
2a24fee
1
2
3
4
5
6
7
FROM mfuntowicz/platform

# Create the persistent storage folders structure
RUN mkdir /data/mongo

# Run and bind on all interfaces
CMD ["-i", "0.0.0.0"]