jgranstrom / docker-kairosdb

Dockerfile and verification scripts for KairosDB. Configured to work with Apache Cassandra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-kairosdb

Requirements

Dockerized cassandra

docker pull poklet/cassandra
docker pull poklet/opscenter

Install

docker build -t kairosdb .

Run

docker run -d -p 8080:8080 -p 4242:4242 --name kairos kairosdb

About

Dockerfile and verification scripts for KairosDB. Configured to work with Apache Cassandra


Languages

Language:Shell 100.0%