MongoDB Dockerfile for Raspberry Pi for automated build.
10K+
This repository contains Dockerfile of MongoDB for Raspberry Pi published to the public Docker Hub.
Install Docker for Raspberry Pi.
Download from Docker Hub:
docker pull nonoroazoro/rpi-mongo
Alternatively, you can build an image from Dockerfile (In you Raspberry Pi):
Update the proxy settings for apt-get in 10proxy.
docker build -t="nonoroazoro/rpi-mongo" github.com/nonoroazoro/rpi-mongo
Run mongod:
docker run -it -p 27017:27017 --name mongodb nonoroazoro/rpi-mongo
For more usage details, please refer to mongo.
Content type
Unrecognized
Digest
Size
91.1 MB
Last updated
about 10 years ago
docker pull nonoroazoro/rpi-mongo