Installation
Docker (RaspberryPi)
Install docker
# Get the packages url from release page
# https://github.com/themattman/mongodb-raspberrypi-docker/releases
wget https://github.com/themattman/mongodb-raspberrypi-docker/releases/download/r7.0.14-mongodb-raspberrypi-docker-unofficial/mongodb.ce.pi4.r7.0.14-mongodb-raspberrypi-docker-unofficial.tar.gz
# Load image
sudo docker load --input mongodb.ce.pi4.r7.0.14-mongodb-raspberrypi-docker-unofficial.tar.gz
# Verify image
sudo docker images -f "reference=mongodb*"