Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 791 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 791 Bytes

Dockerfile for Druid

Install Docker

Build Druid Docker Image

git clone https://github.com/druid-io/docker-druid.git
docker build -t druid/cluster docker-druid

Run a simple Druid cluster

docker run --rm -i -p 3000:8082 -p 3001:8081 druid/cluster

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