-
-
Notifications
You must be signed in to change notification settings - Fork 18
Installation to Grafana in Docker
rozetko edited this page Mar 5, 2019
·
1 revision
You can install Hastic App to Grafana in Docker passing it as environment variable (as described in Grafana docs)
docker run \
-p 3000:3000 \
-e "GF_INSTALL_PLUGINS=https://github.com/hastic/hastic-grafana-app/releases/download/0.3.1/corpglory-hastic-app-0.3.1.zip;corpglory-hastic-app" \
grafana/grafana