Skip to content

worrel/docker-druid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Druid Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%