Skip to content

Dockerfile and script for creating MongoDB container

Notifications You must be signed in to change notification settings

JMHReif/docker-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published