mongoexport
Produce exports of data stored in a MongoDB instance formatted as JSON or CSV. More information: <https://docs.mongodb.com/database-tools/mongoexport/>.
RUN apt-get update && \
apt-get install -y mongo-tools
RUN apt-get update && \
apt-get install -y mongo-tools
RUN apk add mongodb-tools
RUN pacman -S --noconfirm mongodb-tools
RUN apt-get update && \
apt-get install -y mongo-tools
RUN dnf install -y mongo-tools
RUN apt-get update && \
apt-get install -y mongo-tools