sh up.sh
Start MongoDBsh down.sh
Stop MongoDBsh log.sh
Check latest logssh mongo.sh
Run mongo shellsh sh.sh
Run docker shell
sh sh.sh
After go in container's shell:
apk add --no-cache mongodb-tools
After install mongodb-tools:
mongodump -u "admin" -p "rootadmin" -o /data/dump
You will find the dump files in ./dump
path.