Sign inSign up

sumglobal/rpi-mongodb

By sumglobal

Updated about 9 years ago

MongoDB 3.2.15 32 bit ARM version

Image
4

8.4K

sumglobal/rpi-mongodb repository overview

SUMGlobal/rpi-mongodb

Docker Raspberry MongoDB 3.2.15 Build

This file already has the qemu cross compile built into its base image. The mongo binaries are built from source on a raspberry pi 3 using this post as a reference: http://koenaerts.ca/compile-and-install-mongodb-on-raspberry-pi/

  1. git clone

  2. docker build -t <yourDockerhubName>/rpi-mongodb .

  3. docker run -d -p 27017:27017 -v /home/pi/mongodb:/data <yourDockerhubName>/rpi-mongodb

To use this image:

Assumes the directory /home/pi/mongodb exists on your RPI

  • docker run -d -p 27017:27017 -v /home/pi/mongodb:/data SUMGlobal/rpi-mongodb

Tag summary

Content type

Image

Digest

Size

98.7 MB

Last updated

about 9 years ago

docker pull sumglobal/rpi-mongodb