{"id":19241252,"url":"https://github.com/binocarlos/docker-mongo","last_synced_at":"2026-06-10T23:31:33.038Z","repository":{"id":12687152,"uuid":"15359356","full_name":"binocarlos/docker-mongo","owner":"binocarlos","description":"Dockerfile to build mongo","archived":false,"fork":false,"pushed_at":"2013-12-21T13:46:39.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T14:34:03.741Z","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":"bcgsc/mirna","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binocarlos.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":"2013-12-21T13:37:22.000Z","updated_at":"2013-12-21T13:46:39.000Z","dependencies_parsed_at":"2022-09-02T11:02:09.622Z","dependency_job_id":null,"html_url":"https://github.com/binocarlos/docker-mongo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/binocarlos/docker-mongo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binocarlos%2Fdocker-mongo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binocarlos%2Fdocker-mongo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binocarlos%2Fdocker-mongo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binocarlos%2Fdocker-mongo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binocarlos","download_url":"https://codeload.github.com/binocarlos/docker-mongo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binocarlos%2Fdocker-mongo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34175887,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":[],"created_at":"2024-11-09T17:10:50.440Z","updated_at":"2026-06-10T23:31:33.018Z","avatar_url":"https://github.com/binocarlos.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"docker-mongo\n============\n\nDockerfile to build mongo\n\n```\nFROM ubuntu:12.04\nrun\techo \"deb http://archive.ubuntu.com/ubuntu precise main universe\" \u003e /etc/apt/sources.list\nrun\tapt-get -y update\n\n# add mongo repo\nRUN apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10\nRUN echo \"deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen\" | tee -a /etc/apt/sources.list.d/10gen.list\nRUN apt-get update\n\n# install mongo itself\nRUN apt-get -y install apt-utils\nRUN apt-get -y install mongodb-10gen\n\n# where the mongo data lives by default\nRUN mkdir -p /data/db\n\n# we run mongo - we should put supervisor here and configure the data directory\nENTRYPOINT [\"/usr/bin/mongod\"]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinocarlos%2Fdocker-mongo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinocarlos%2Fdocker-mongo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinocarlos%2Fdocker-mongo/lists"}