Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaldziuba03/docker-images
Collection of custom Docker images for local environment 🐋
https://github.com/michaldziuba03/docker-images
custom development docker docker-image mongo-replica-set mongodb redis redis-cluster tools
Last synced: 1 day ago
JSON representation
Collection of custom Docker images for local environment 🐋
- Host: GitHub
- URL: https://github.com/michaldziuba03/docker-images
- Owner: michaldziuba03
- License: mit
- Created: 2023-01-23T06:42:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T18:24:08.000Z (over 1 year ago)
- Last Synced: 2024-11-11T05:45:52.090Z (2 months ago)
- Topics: custom, development, docker, docker-image, mongo-replica-set, mongodb, redis, redis-cluster, tools
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![docker-images](https://user-images.githubusercontent.com/43048524/213994682-782bb278-a9b6-44b7-a9f6-1b21b930d164.png)
# Docker images
Collection of custom Docker images for development environment 🐋
> Do NOT use them in production environment!### MongoDB Replica set
You can use this image to test MongoDB transactions, change streams and more.
```shell
docker pull md03/mongo-replica
```### Redis Cluster
Useful when you need Redis Cluster for development.
```shell
docker pull md03/redis-cluster
```### License
Distributed under the MIT License. See `LICENSE` for more information.