Skip to content

Instantly share code, notes, and snippets.

@imkarthikk
Created February 7, 2018 04:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imkarthikk/b024cd0490c0d7267ef8335a1a587fd2 to your computer and use it in GitHub Desktop.
Save imkarthikk/b024cd0490c0d7267ef8335a1a587fd2 to your computer and use it in GitHub Desktop.
Grafana + InfluxDB + Docker for real-time dashboards
### Get InfluxDB up and running for your Grafana stack
docker run -d -p 8086:8086 -p 2003:2003 -p 8083:8083 \
-e INFLUXDB_GRAPHITE_ENABLED=true \
-e INFLUXDB_ADMIN_ENABLED=true \
influxdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment