mongodump
Utility to export the contents of a MongoDB instance. More information: <https://docs.mongodb.com/database-tools/mongodump/>.
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