Short Description
InfluxDB on phusion/baseimage Ubuntu
Full Description
What is InfluxDB?
InfluxDB is a time series, metrics, and analytics database. It’s written in Go and has no external dependencies. That means once you install it there’s nothing else to manage (like Redis, ZooKeeper, HBase, or whatever).
InfluxDB is targeted at use cases for DevOps, metrics, sensor data, and real-time analytics.
Tags available:
1.0.2
1.0.1
1.0.0
0.13.0.1
0.12.2
0.12.1
0.12.0
0.11.1
0.11.0
0.10.3.1
0.9.6.1
0.8.8
How to use this image
version: '2'
services:
influxdb:
image: graanjonlo/influxdb:1.0.2
ports:
- "8083:8083"
- "8086:8086"
expose:
- "8083"
- "8086"
volumes:
- "/home/andy/docker/data/influxdb:/data"
Docker Pull Command
Owner
graanjonlo