{"id":17366977,"url":"https://github.com/gabrielrf/docker-mongodb-rpi","last_synced_at":"2025-09-20T17:33:02.390Z","repository":{"id":56576667,"uuid":"75723926","full_name":"GabrielRF/Docker-MongoDB-RPi","owner":"GabrielRF","description":"MongoDB Docker image for RaspberryPi","archived":false,"fork":false,"pushed_at":"2019-03-30T21:00:59.000Z","size":17,"stargazers_count":13,"open_issues_count":1,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-31T11:24:19.790Z","etag":null,"topics":["docker","mongodb","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GabrielRF.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-06T11:12:40.000Z","updated_at":"2023-08-21T18:48:33.000Z","dependencies_parsed_at":"2022-08-15T21:20:19.001Z","dependency_job_id":null,"html_url":"https://github.com/GabrielRF/Docker-MongoDB-RPi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielRF%2FDocker-MongoDB-RPi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielRF%2FDocker-MongoDB-RPi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielRF%2FDocker-MongoDB-RPi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielRF%2FDocker-MongoDB-RPi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GabrielRF","download_url":"https://codeload.github.com/GabrielRF/Docker-MongoDB-RPi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233678687,"owners_count":18712984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","mongodb","raspberry-pi"],"created_at":"2024-10-15T22:16:13.522Z","updated_at":"2025-09-20T17:33:02.084Z","avatar_url":"https://github.com/GabrielRF.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# MongoDB docker container for RaspberryPi\n\n##### Dockerfile originally written by: https://github.com/matteoredaelli/docker-mongodb-rpi\n\n---\n\n##### This image was tested on a RaspberryPi3 as MongoDB official image didn't work.\n\n---\n\n## Docker build\n\n##### The image should be ready at hub.docker. Build it only if you aren't getting it from hub.docker.\n\n```\ngit clone https://github.com/GabrielRF/Docker-MongoDB-RPi/ \ncd Docker-MongoDB-RPi/\ndocker build -t gabrielrf/docker-mongodb-rpi .\n```\n\n## Docker installation\n\n```\ncurl -ssl https://get.docker.com | sh\n```\n\n## Docker run\n\n```\ndocker run -d -v /usr/local/bin/mongo:/data/db -p 27017:27017 --name mongodb gabrielrf/docker-mongodb-rpi --log-opt max-size=10m --log-opt max-file=3 --restart:always\n```\n`-d`: Run as a daemon\n\n`-v`: Mount a volume - host:container\n\n`-p`: Ports - host:container\n\n\n## Known issues\n\nIf you are getting any error after stoping the container, check if `mongod.lock` existis. If it does, remove it.\n\n```\nrm /usr/local/bin/mongo/mongod.lock\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielrf%2Fdocker-mongodb-rpi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielrf%2Fdocker-mongodb-rpi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielrf%2Fdocker-mongodb-rpi/lists"}