Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/instant-solutions/mongo
A Docker image which is based on the Mongo image and includes the mongo-healthcheck binary
https://github.com/instant-solutions/mongo
Last synced: about 23 hours ago
JSON representation
A Docker image which is based on the Mongo image and includes the mongo-healthcheck binary
- Host: GitHub
- URL: https://github.com/instant-solutions/mongo
- Owner: instant-solutions
- License: apache-2.0
- Created: 2023-06-02T10:43:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-09T08:55:53.000Z (9 months ago)
- Last Synced: 2024-05-01T09:51:54.337Z (7 months ago)
- Language: Dockerfile
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MongoDB
![Release](https://github.com/instant-solutions/mongo/actions/workflows/build.yml/badge.svg)A Docker image which is based on the [Mongo image](https://hub.docker.com/_/mongo) and includes the [`mongo-healthcheck` binary](https://github.com/instant-solutions/mongo-healthcheck/).
## Quick Start
Open a terminal and run the following command:
#### GitHub Container Registry
```
docker run -d -p 27017:27017 ghcr.io/instant-solutions/mongo
```#### Docker Hub
```
docker run -d -p 27017:27017 i15s/mongo
```For more information, please also refer to the base image documentation: https://hub.docker.com/_/mongo
## Contribution
Feel free to fork the project and send us a pull-request! :sunglasses:
Or consider sponsoring us, so we can continue to work on this project: [GitHub Sponsors](https://github.com/sponsors/instant-solutions) :star_struck:
## Author
Made with :heart: in Austria by [instant:solutions OG](https://instant-it.at)