Runs the MongoDB container configured to use the local /data
folder for its file storage.
A volume needs to be mounted in the container if the data needs to be persistent.
docker run
-v ./data:/data \
--name mongodb \
-d luiscape/rolltime-mongo:latest