Derived from the official druid repo
[Install Docker] (https://github.com/druid-io/docker-druid/blob/master/docker-install.md)
git clone git@github.com:alexrovner/docker-druid.git
docker build -t druid/cluster-centos6 docker-druid
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.
Assuming boot2docker ip
returns 192.168.59.103
, you should be able to
- access the coordinator console http://192.168.59.103:8001/
- list data-sources on the broker http://192.168.59.103:8082/druid/v2/datasources
- access the coordinator console http://localhost:8001/
- list data-sources on the broker http://localhost:8082/druid/v2/datasources