mongorestore

Utility to import a collection or database from a binary dump into a MongoDB instance. More information: <https://docs.mongodb.com/database-tools/mongorestore/>.

Debian Debian
RUN apt-get update && \ apt-get install -y mongo-tools
Ubuntu
RUN apt-get update && \ apt-get install -y mongo-tools
Alpine
RUN apk add mongodb-tools
Arch Arch Linux
RUN pacman -S --noconfirm mongodb-tools
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y mongo-tools
Fedora
RUN dnf install -y mongo-tools
Raspbian
RUN apt-get update && \ apt-get install -y mongo-tools
click the source code to copy install mongorestore on any operating system with command-not-found.com