Skip to content

alexrovner/docker-druid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker druid container based on CentOS 6

Derived from the official druid repo

Setup Docker

[Install Docker] (https://github.com/druid-io/docker-druid/blob/master/docker-install.md)

Build Druid Docker Image

git clone git@github.com:alexrovner/docker-druid.git
docker build -t druid/cluster-centos6 docker-druid

Run a simple Druid cluster

docker run --rm -i -p 8082:8082 -p 8081:8081 -p 8084:8084 druid/cluster-centos6

Wait a minute or so for the Druid to download the sample data an start up.

Check if things work

on OS X

Assuming boot2docker ip returns 192.168.59.103, you should be able to

On Linux

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published