Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 425 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 425 Bytes

Dockerfile for Druid

Modified version of official druid.io Docker image that remove MySQL and Zookeeper and expects them to be provided by external containers instead.

This image expects the MySQL database to be initialized with the Druid metadata tables. You can accomplish this by starting up your MySQL container, then running:

docker run --link <mysql-container-name>:mysql worrel/docker-druid ./init-metadata.sh