Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.05 KB

MongoDB-v3-rpi

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.

Usage

  1. Docker CLI

    docker run -it --init -p 27017:27017 --name mongodb hirotochigi/rpi-mongo:3

Reference for init flag

  1. Docker Compose

    docker-compose up

Note

This MongoDB cannot use the default web interface for MongoDB.

For more usage details, please refer to mongo.