Run Grafana Docker image | Grafana Labs
grafana.com › docs › grafanaInstall plugins from other sources. Only available in Grafana v5.3.1 and later. You can install a plugin from a custom URL by specifying the URL like this: GF_INSTALL_PLUGINS=<url to plugin zip>;<plugin install folder name>. docker run -d \ -p 3000:3000 \ --name=grafana \ -e "GF_INSTALL_PLUGINS=http://plugin-domain.com/my-custom-plugin.zip;custom-plugin,grafana-clock-panel" \ grafana/grafana-enterprise.