{"id":16447250,"url":"https://github.com/junekelly/docker-mongodb","last_synced_at":"2025-07-15T07:04:46.587Z","repository":{"id":15048075,"uuid":"17774126","full_name":"JuneKelly/docker-mongodb","owner":"JuneKelly","description":"A MongoDB docker image with persistence, suitable for development use","archived":false,"fork":false,"pushed_at":"2014-04-13T14:08:37.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-09T04:30:54.454Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JuneKelly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-15T11:39:30.000Z","updated_at":"2014-04-13T14:08:37.000Z","dependencies_parsed_at":"2022-09-07T08:02:18.424Z","dependency_job_id":null,"html_url":"https://github.com/JuneKelly/docker-mongodb","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/JuneKelly%2Fdocker-mongodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuneKelly%2Fdocker-mongodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuneKelly%2Fdocker-mongodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuneKelly%2Fdocker-mongodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuneKelly","download_url":"https://codeload.github.com/JuneKelly/docker-mongodb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240847844,"owners_count":19867609,"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":[],"created_at":"2024-10-11T09:50:10.011Z","updated_at":"2025-02-26T11:40:36.387Z","avatar_url":"https://github.com/JuneKelly.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Mongodb\n\nA MongoDB docker image with persistence, suitable for development use.\n\n\n# Build\n\n`docker build -t \"mongodb-2.6.0\" .`\n\n\n# Run\n\nMake a data directory, for example:\n`mkdir -p /data/mongodb`\n\nRun the container:\n\n```\ndocker run -d -p 127.0.0.1:27017:27017 \\\n  -v /data/mongodb:/data/db \\\n  --name=\"mongodb\" \\\n  mongodb-2.6.0\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunekelly%2Fdocker-mongodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunekelly%2Fdocker-mongodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunekelly%2Fdocker-mongodb/lists"}