0
mongodb-docker/Tools.md
0x1def 3837fb4a79
All checks were successful
ci/tag Pipeline was successful
Version bump
and fixed docs
2024-09-05 13:23:37 +03:00

18 lines
291 B
Markdown

## Getting tools binaries
MongoDB's tools are downloaded from the Bitnami's container:
```
docker run -it --entrypoint=/bin/bash bitnami/mongodb
```
and packed:
```
tar -cvzf ../tools.tar.gz --owner=0 --group=0 *
```
## Links
1. [MongoDB Tools](https://github.com/mongodb/mongo-tools)