Sign inSign up

blixtra/influxdb

By blixtra

Updated almost 11 years ago

Image
0

422

blixtra/influxdb repository overview

Docker InfluxDB

Dockerfile and helper files for building an InlfuxDB image.

Mostly taken from tutumcloud/tutum-docker-influxdb

This Dockerfile does not, by default, create a persistant volume. You can either use "-v /data" when using run or, preferably, have a devoted volume container and use the "--from-volumes {volume-container-name}" option in the run command.

For example:

docker run -v /data --name influx-volume busybox

docker run --volumes-from influx-volume --name influxdb-master blixtra/influxdb

Tag summary

Content type

Image

Digest

sha256:ab4632464

Size

84.4 MB

Last updated

almost 11 years ago

docker pull blixtra/influxdb