Sign inSign up

enachb/archlinux-kairosdb

By enachb

Updated almost 11 years ago

Cloned from ngty/archlinux-kairosdb with some fixes like exposing all ports into the image so the webui and data submission services are accessible.

Image
0

1.6K

enachb/archlinux-kairosdb repository overview

Dockerfile to run KairosDB on Cassandra. Configuration is done through environment variables.

Please set the following environment variables at image run time

$CASS_HOSTS

Cassandra seed nodes (host:port,host:port)

$REPFACTOR

Desired replication factor in Cassandra

Sample Usage:

docker run -P -e "CASS_HOSTS=192.168.1.63:9160" -e "REPFACTOR=1" enachb/archlinux-kairosdb

Tag summary

Content type

Image

Digest

sha256:a525f4367

Size

346 MB

Last updated

almost 11 years ago

docker pull enachb/archlinux-kairosdb