We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I found this project but I wonder, what's the difference from running mongo with tmpfs?
docker run --name mongo --mount type=tmpfs,destination=/data/db -e MONGO_INITDB_ROOT_USERNAME=root -e MONGO_INITDB_ROOT_PASSWORD=dummy -p 27017:27017 -d mongo:4.0
Activity