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: 3 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T18:24:08.000Z (about 3 years ago)
- Last Synced: 2025-06-03T15:11:36.643Z (about 1 year 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
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.