mongo
The legacy MongoDB shell. See mongosh for the new shell. Note: all connection options can be replaced with one string: mongodb://user@host:port/db_name?authSource=authdb_name. More information: <https://docs.mongodb.com/manual/reference/program/mongo>.
RUN apt-get update && \
apt-get install -y mongodb-clients
RUN apt-get update && \
apt-get install -y mongodb-clients
RUN apt-get update && \
apt-get install -y mongodb-clients
RUN dnf install -y mongodb-clients
RUN apt-get update && \
apt-get install -y mongodb-clients