Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 177 Bytes

File metadata and controls

7 lines (5 loc) · 177 Bytes

MongoDB

Running a MongoDB instance locally, while storing the MongoDB data in a Docker volume:

docker run -it --rm -p 27017:27017 -v ~/data/mongo:/data/db mongo:3.2