Running Pinot in Docker
This guide will show you to run a Pinot cluster using Docker.
docker pull apachepinot/pinot:latestdocker pull apachepinot/pinot:1.2.0Set up a cluster
Quick start
Manual cluster
Docker
Create a Network
Export Docker Image tags
Start Zookeeper
Start Pinot Controller
Start Pinot Broker
Start Pinot Server
Start Kafka
Docker Compose
Export Docker Image tags
Create docker-compose.yml file
Launch the components
Was this helpful?

