Skip to content

stormz/docker-influxdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Influxdb on Docker

An InfluxDB docker image built on debian jessie.

This image should be production ready. Authentication and SSL is enabled.

Prepare your ssl certificate

SSL is enabled by default. So you must provide a full chained certificate. Append your private key, the intermediate certificate and your server certificate.

Usage

docker run -d --restart=always -p 8083:8083 -p 8086:8086 -v YOURCERTPATH:/etc/ssl/influxdb.pem stormz/influxdb

Setup auth

Auth is enabled by default. After starting the container, you must connect to it and create the super user.

docker exec YOURCONTAINERID influx -ssl -unsafeSsl -execute "CREATE USER <user> WITH PASSWORD '<password>' WITH ALL PRIVILEGES"

Then you can setup others users with less privileges. See the InfluxDB documentation on authentication and authorization.

About

[DEPRECATED] Influxdb docker image on debian

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published