Skip to content

corentingi/influxdb-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

InfluxDB

Simple InfluxDB image with all port exposed and all disk storage in a /data volume.

Building the image:

docker build -t corentingi/influxdb .

Running this image:

docker run -d --name influxdb -p 8083:8083 -p 8086:8086 -v influxdb:/data corentingi/influxdb

About

Docker image for influxdb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published