{"id":40969029,"url":"https://github.com/panubo/docker-mongodb-toolbox","last_synced_at":"2026-01-27T06:12:15.349Z","repository":{"id":92785107,"uuid":"379146745","full_name":"panubo/docker-mongodb-toolbox","owner":"panubo","description":"MongoDB Toolbox for Docker","archived":false,"fork":false,"pushed_at":"2026-01-20T04:20:31.000Z","size":61,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-22T19:00:27.955Z","etag":null,"topics":["automation","devops","docker-image","mongo","mongodb","mongodb-backup"],"latest_commit_sha":null,"homepage":"","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/panubo.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-06-22T04:59:54.000Z","updated_at":"2026-01-21T02:11:02.000Z","dependencies_parsed_at":"2026-01-22T07:03:10.029Z","dependency_job_id":null,"html_url":"https://github.com/panubo/docker-mongodb-toolbox","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/panubo/docker-mongodb-toolbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panubo%2Fdocker-mongodb-toolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panubo%2Fdocker-mongodb-toolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panubo%2Fdocker-mongodb-toolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panubo%2Fdocker-mongodb-toolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panubo","download_url":"https://codeload.github.com/panubo/docker-mongodb-toolbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panubo%2Fdocker-mongodb-toolbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28805498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T05:43:52.625Z","status":"ssl_error","status_checked_at":"2026-01-27T05:43:48.957Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["automation","devops","docker-image","mongo","mongodb","mongodb-backup"],"created_at":"2026-01-22T06:34:11.239Z","updated_at":"2026-01-27T06:12:15.343Z","avatar_url":"https://github.com/panubo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MongoDB Toolbox\n\nA collection of MongoDB scripts for automating common tasks in a Docker-centric way.\n\n\u003c!-- BEGIN_TOP_PANUBO --\u003e\n\u003e [!IMPORTANT]\n\u003e **Maintained by Panubo** — Cloud Native \u0026 SRE Consultants in Sydney.\n\u003e [Work with us →](https://panubo.com.au)\n\u003c!-- END_TOP_PANUBO --\u003e\n\n## Documentation\n\nDocumentation for each subcommand:\n\n- [load](commands/load.md)\n- [save](commands/save.md)\n\n## General Usage\n\nUsing Docker links to `mongodb` container:\n```console\ndocker run --rm -i -t --link myserver:mongodb docker.io/panubo/mongodb-toolbox:0.0.7-1\n```\nThis will display the usage information.\n\n```console\ndocker run --rm -i -t --link myserver:mongodb docker.io/panubo/mongodb-toolbox:0.0.7-1 \u003csubcommand\u003e\n```\nTo run the subcommand.\n\n## Configuration\n\nUse `--link \u003cmongodb container name\u003e:mongodb` to automatically specify the required variables.\n\nOr alternatively specify the variables:\n\n| Name | Description |\n| --- | --- |\n| `DATABASE_HOST` | IP / hostname of MongoDB server. |\n| `DATABASE_PORT` | TCP Port of MongoDB service. |\n| `DATABASE_USER` | Administrative user |\n| `DATABASE_PASS` | Password of administrative user. |\n\nSome subcommands require additional environment parameters or positional arguments. See the\ndocumentation for the subcommand for more information.\n\n## Testing\n\nThe [Makefile](Makefile) initiates a test designed to be run in a CI/CD. It starts up a [Docker-in-Docker](https://github.com/jpetazzo/dind) container and runs the tests within a temporary container which is set up and torn down upon every invocation to ensure a clean environment.\n```console\nmake test\n```\n\nIf you are developing locally and wish to run the tests outside the Docker-in-Docker container in order to gain a better visibility into the process, you can run the following command from the repository root:\n```console\n./test/runner.sh\n```\n\n## Status\n\nWorks, however some features are incomplete.\n\n\u003c!-- BEGIN_BOTTOM_PANUBO --\u003e\n\u003e [!IMPORTANT]\n\u003e ## About Panubo\n\u003e\n\u003e This project is maintained by Panubo, a technology consultancy based in Sydney, Australia. We build reliable, scalable systems and help teams master the cloud-native ecosystem.\n\u003e\n\u003e We are available for hire to help with:\n\u003e\n\u003e * SRE \u0026 Operations: Improving system reliability and incident response.\n\u003e * Platform Engineering: Building internal developer platforms that scale.\n\u003e * Kubernetes: Cluster design, security auditing, and migrations.\n\u003e * DevOps: Streamlining CI/CD pipelines and developer experience.\n\u003e * [See our other services](https://panubo.com.au/services)\n\u003e\n\u003e Need a hand with your infrastructure? [Let’s have a chat](https://panubo.com.au/contact) or email us at team@panubo.com.\n\u003c!-- END_BOTTOM_PANUBO --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanubo%2Fdocker-mongodb-toolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanubo%2Fdocker-mongodb-toolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanubo%2Fdocker-mongodb-toolbox/lists"}