{"id":13567538,"url":"https://github.com/khezen/docker-mongo","last_synced_at":"2025-06-10T10:33:16.008Z","repository":{"id":90299189,"uuid":"68338168","full_name":"khezen/docker-mongo","owner":"khezen","description":"MongoDB Docker image embedding RocksDB storage engine","archived":false,"fork":false,"pushed_at":"2018-07-01T04:20:00.000Z","size":152,"stargazers_count":33,"open_issues_count":3,"forks_count":14,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-01T13:38:20.016Z","etag":null,"topics":["docker","dockerfile","mongo","mongod","mongos","rocksdb","wiredtiger"],"latest_commit_sha":null,"homepage":"","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/khezen.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-15T23:04:22.000Z","updated_at":"2023-07-20T13:47:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"849f3ff1-bd06-4721-bd57-36528762e04e","html_url":"https://github.com/khezen/docker-mongo","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/khezen%2Fdocker-mongo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khezen%2Fdocker-mongo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khezen%2Fdocker-mongo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khezen%2Fdocker-mongo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khezen","download_url":"https://codeload.github.com/khezen/docker-mongo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223082815,"owners_count":17084764,"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","dockerfile","mongo","mongod","mongos","rocksdb","wiredtiger"],"created_at":"2024-08-01T13:02:34.019Z","updated_at":"2024-11-04T22:32:17.336Z","avatar_url":"https://github.com/khezen.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Supported tags and respective `Dockerfile` links\n\n* `3.6.2`, `3.6`, `3`, `latest` [(3.6/Dockerfile)](https://github.com/Khezen/docker-mongo/blob/v3.6/Dockerfile)\n\n# What is MongoDB?\nMongoDB (from \"humongous\") is a cross-platform document-oriented database. Classified as a NoSQL database, MongoDB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making the integration of data in certain types of applications easier and faster. Released under a combination of the GNU Affero General Public License and the Apache License, MongoDB is free and open-source software.\n\n[wikipedia.org/wiki/MongoDB](https://en.wikipedia.org/wiki/MongoDB)\n\n![logo](https://raw.githubusercontent.com/docker-library/docs/01c12653951b2fe592c1f93a13b4e289ada0e3a1/mongo/logo.png)\n\n# rocksdb\nThis image embed [`rocksdb`](http://rocksdb.org/) next to [`wiredTiger`](http://www.wiredtiger.com/) and `mmapv1` storage engines.\n\n---\n# How To Use\n\n## run examples\n\nusing config file \n\n```bash\ndocker run -d -p 27017:27017 khezen/mongo:latest\n```   \n\n```bash\ndocker run -d -p 27017:27017 -v /data/mongo:/data/db -v /etc/mongo:/etc/mongo khezen/mongo:latest\n```\n\n```bash\ndocker run -d -it -p 27017:27017 khezen/mongo:latest \"mongod --config etc/mongo/config.yml\"\n```\n\nusing command and options\n```bash\ndocker run -d -it -p 27017:27017 -v /data/mongo/shard1:/data/db khezen/mongo:latest \"mongod --port 27017 --shardsvr --replSet shard1 --dbpath /data/db\"\n```\n\n\n## config\nstart with this [config file](./config.yml) by default. For more configuration options have a look at the [documentation](http://docs.mongodb.org/manual/reference/configuration-options/)\n\n## cmd\nThe image embed the following binaries:\n* mongo\n* mongod\n* mongos\n* mongoperf\n* bsondump\n* mongoimport\n* mongoexport\n* mongodump\n* mongorestore\n* mongostat\n* mongofiles\n* mongotop\n* mongoreplay\n\n# User Feedback\n## Issues\nIf you have any problems with or questions about this image, please ask for help through a [GitHub issue](https://github.com/Khezen/docker-mongo/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhezen%2Fdocker-mongo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhezen%2Fdocker-mongo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhezen%2Fdocker-mongo/lists"}