Skip to content

hiroTochigi/MongoDB-v3-rpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published