Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🐋

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.