mongodb-windows

An simple MongoDB image for Docker on Windows

Contents

About this image
Run this image
Image details

About this image

  1. Applies to: Windows Server 2016/Windows 10
  2. Author: Serge Kalinin kalininsn@gmail.com

Run This Image

To run this image exec following command:

docker run -d --name mongodb -p 27017:27017 sergek/mongodb-windows

Image details

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