{"id":19068841,"url":"https://github.com/aymen94/mongodb-alpine","last_synced_at":"2026-04-19T02:02:20.336Z","repository":{"id":107480733,"uuid":"250634821","full_name":"aymen94/mongodb-alpine","owner":"aymen94","description":"Docker Image of MongoDB Alpine with configuration ","archived":false,"fork":false,"pushed_at":"2020-03-30T00:03:42.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T03:31:48.241Z","etag":null,"topics":["alpine","alpine-linux","docker","dockerfile","mongodb"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/aymen94/mongodb-alpine/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aymen94.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-27T20:02:11.000Z","updated_at":"2020-03-30T00:03:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab6aed55-e6dd-49ac-bf74-fee55b1cf3f0","html_url":"https://github.com/aymen94/mongodb-alpine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aymen94/mongodb-alpine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aymen94%2Fmongodb-alpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aymen94%2Fmongodb-alpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aymen94%2Fmongodb-alpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aymen94%2Fmongodb-alpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aymen94","download_url":"https://codeload.github.com/aymen94/mongodb-alpine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aymen94%2Fmongodb-alpine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31991720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["alpine","alpine-linux","docker","dockerfile","mongodb"],"created_at":"2024-11-09T01:12:14.486Z","updated_at":"2026-04-19T02:02:20.321Z","avatar_url":"https://github.com/aymen94.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![docker_pull_badge](https://badgen.net/docker/pulls/aymen94/mongodb-alpine)](https://hub.docker.com/r/aymen94/mongodb-alpine/)\n[![idocker_size_badge](https://badgen.net/docker/size/aymen94/mongodb-alpine)](https://hub.docker.com/r/aymen94/mongodb-alpine/)\n\n# MongoDB Alpine\nAlpine Linux with MongoDB.\n\n## Information\n* apline 3.9\n* MongoDB v4.0.5\n\n## Install\n\nDownload image from the public docker hub:\n```\n$ docker pull aymen94/mongodb-alpine\n```\nTo re-build this image from the dockerfile:\n```\n$ docker build -t aymen94/mongodb-alpine .\n```\n\n## Run\n```\n$ docker run -d --name mongodb -p 27017:27017 aymen94/mongodb-alpine\n```\n\n## Run with data mounted to the native host\n\n```\n$ docker run -v ~/my_mongo_data:/data/db -it -p 27017:27017 aymen94/mongodb-alpine\n```\n\n## Run a shell session\nTo use the mongo shell client:\n\n```\n$ docker exec -ti mongodb sh\n```\nThe mongo shell client can also be run its own container:\n```\n$ docker exec -ti mongodb mongo\n```\n\n## Configuration \nTo change internals default configurations\n```\nMONGODB_STORAGE_ENGINE=\"wiredTiger\"\nMONGODB_JOURNALING=\"nojournal\"\nMONGODB_PORT=\"27017\"\nMONGODB_HOST=\"0.0.0.0\"\nMONGODB_MOUNTPOINT=\"/data/db\"\n```\n\n```\n$ docker run -e MONGODB_STORAGE_ENGINE=\"NEW ENGINE\" -ti mongodb\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faymen94%2Fmongodb-alpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faymen94%2Fmongodb-alpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faymen94%2Fmongodb-alpine/lists"}