Coder Social home page Coder Social logo

mongodb-raspberrypi-docker's Introduction

Unofficial MongoDB Docker Image for Raspberry Pi

Deploy recent releases of MongoDB on a Raspberry Pi with these Docker images.

This repo and any code or binaries within it are not explicitly endorsed nor provided by MongoDB Inc.

Versions

How to Install

Download Pre-Built Docker Images (Quickest)

  1. Navigate to the releases page.
  2. Download the tarball via browser or copying the link to a terminal session
$ wget https://github.com/themattman/mongodb-raspberrypi-docker/releases/download/r7.0.3-mongodb-raspberrypi-docker-unofficial/mongodb.ce.pi4.r7.0.3-mongodb-raspberrypi-docker-unofficial.tar.gz
  1. Load the release
$ docker load --input mongodb.ce.pi4.r7.0.3-mongodb-raspberrypi-docker-unofficial.tar.gz 
Loaded image: mongodb-raspberrypi4-unofficial-r7.0.3:latest
  1. (Optional) Verify the Docker image has been loaded
$ docker images
REPOSITORY                                TAG       IMAGE ID       CREATED       SIZE
mongodb-raspberrypi4-unofficial-r7.0.3    latest    c04f966fe9e2   5 days ago    468MB
  1. Run the image
$ docker run -it mongodb-raspberrypi4-unofficial-r7.0.3

Custom Build Steps (Slower, more control)

  1. Save the Dockerfile & docker-entrypoint.sh files from the relevant version's sub-directory, to a local working directory.
  2. Adjust permissions on the docker-entrypoint.sh file to make it executable
$ chmod +x docker-entrypoint.sh
  1. Build the image from your working directory
$ docker build -t mongodb-unofficial:7.0.3

The image should now exist in your local docker images, or can be pushed to a registry for wider usage.

Source

https://github.com/themattman/mongodb-raspberrypi-binaries/releases

License

The artifacts in this repo are subject to the MongoDB Server-Side Public License.

Fork

This repo is loosely based on: https://github.com/docker-library/mongo

mongodb-raspberrypi-docker's People

Contributors

themattman avatar boomam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.