This repository contains a Dockerfile of MongoDB for Raspberry Pi published to the public Docker Hub.
This Dockerfile is started from nonoroazoro/rpi-mongo but uses this MongoDB. Usually, 32bit machine cannot use MongoDB version3, but the container uses the special compiled MongoDB version3 thanks to Dominic Chen.
-
Docker CLI
docker run -it --init -p 27017:27017 --name mongodb hirotochigi/rpi-mongo:3
-
Docker Compose
docker-compose up
This MongoDB cannot use the default web interface for MongoDB.
For more usage details, please refer to mongo.