kongm1 / docker-mongo

Dockerfile and script for creating MongoDB container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image for MongoDB

This image is a build of MongoDB’s Docker image.

Building and running the image

You can build the image on your local machine with the following commands:

cd docker/

docker build . -t jmreif/mongodb

To run the container, execute the following command in the root directory:

./runMongoDB.sh

You can run a docker ps at the command line to verify the container is still running.

About

Dockerfile and script for creating MongoDB container


Languages

Language:Shell 71.0%Language:Dockerfile 29.0%