Skip to content

nonoroazoro/rpi-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rpi-mongo

This repository contains Dockerfile of MongoDB for Raspberry Pi published to the public Docker Hub.

Base Docker Image

Installation

  1. Install Docker for Raspberry Pi.

  2. Download from Docker Hub:

    docker pull nonoroazoro/rpi-mongo

  3. Alternatively, you can build an image from Dockerfile (In you Raspberry Pi):

    1. Update the proxy settings for apt-get in 10proxy.

    2. docker build -t="nonoroazoro/rpi-mongo" github.com/nonoroazoro/rpi-mongo

Usage

  1. Run mongod:

    docker run -it -p 27017:27017 --name mongodb nonoroazoro/rpi-mongo

  2. For more usage details, please refer to mongo.

About

🐳 MongoDB Dockerfile for Raspberry Pi for automated build.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published