- Quickstart mongodb locally
docker run -d -p 27017:27017 --mount type=bind,source=$PWD/data/bin,destination=/data/bin mongo
Written with StackEdit.
docker run -d -p 27017:27017 --mount type=bind,source=$PWD/data/bin,destination=/data/bin mongo
Written with StackEdit.