An simple MongoDB image for Docker on Windows
About this image
Run this image
Image details
- Applies to: Windows Server 2016/Windows 10
- Author: Serge Kalinin kalininsn@gmail.com
To run this image exec following command:
docker run -d --name mongodb -p 27017:27017 sergek/mongodb-windows
The Dockerfile downloads and installs MongoDB version 3.2.6. Also there are some parameters that should be reviewed:
- Port: 27017
- Database Directory: C:\data\db