This repository holds some useful and frequently accessed Docker template yaml files for quick reference.
- Azurite - Azurite emulator for local Azure Storage development
- Apache Kafka - Streaming platform for high-performance data pipelines, streaming analytics, data integration
- Apache Zookeeper - Service for maintaining configuration information and providing distributed synchronization
- Docker - Platform as a service for OS-level virtualization to deliver software in packages
- MongoDB - NoSQL database program
- Redis - In-memory data store used for database, cache, streaming engine, and message broker
- Redis-Commander - A node.js web application used to view, edit, and manage a Redis Database
Start Docker
docker-compose -f <DOCKER_CONFIG_FILENAME> up -d
Stop Docker
docker-compose -f <DOCKER_CONFIG_FILENAME> down
Copyright disclaimer under section 107 of the Copyright Act 1976, allowance is made for “fair use” for purposes such as criticism, comment, news reporting, teaching, scholarship, education and research.
Fair use is a use permitted by copyright statute that might otherwise be infringing.