Created
January 28, 2018 05:27
-
-
Save imkarthikk/1bd2cd28be947b0dd2e921fd5ea79a69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -d -p 8086:8086 -p 2003:2003 -p 8083:8083 \ | |
-e INFLUXDB_GRAPHITE_ENABLED=true \ | |
-e INFLUXDB_ADMIN_ENABLED=true \ | |
influxdb | |
docker run \ | |
-d \ | |
-p 3000:3000 \ | |
--name=grafana \ | |
--volumes-from grafana-storage \ | |
-e "GF_INSTALL_PLUGINS=grafana-clock-panel,grafana-simple-json-datasource,briangann-gauge-panel" \ | |
grafana/grafana |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment