From 9dc78e3db13d3945bdfd6734b38208c8963f42c7 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 18:15:09 -0400 Subject: [PATCH] [v9.5.x] docs: add docker commands for enabling alpha layers (#71898) docs: add docker commands for enabling alpha layers (#71897) added docker commands for enabling alpha layers (cherry picked from commit ef0de1af32c7bf8f7b03a0317769f0ffd56bb46f) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --- .../visualizations/geomap/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/sources/panels-visualizations/visualizations/geomap/index.md b/docs/sources/panels-visualizations/visualizations/geomap/index.md index ec7306e9f06..488a4be9772 100644 --- a/docs/sources/panels-visualizations/visualizations/geomap/index.md +++ b/docs/sources/panels-visualizations/visualizations/geomap/index.md @@ -364,6 +364,12 @@ To enable the Route layer, set `enable_alpha` to `true` in your configuration fi enable_alpha = true ``` +To enable the Route layer using Docker, run the following command: + +``` +docker run -p 3000:3000 -e "GF_PANELS_ENABLE_ALPHA=true" grafana/grafana: +``` + ### Options - **Size** sets the route thickness. Fixed by default, or Min and Max range of selected field. @@ -392,6 +398,12 @@ To enable the Photos layer, set `enable_alpha` to `true` in your configuration f enable_alpha = true ``` +To enable the Photos layer using Docker, run the following command: + +``` +docker run -p 3000:3000 -e "GF_PANELS_ENABLE_ALPHA=true" grafana/grafana: +``` + ### Options - **Image Source Field** select a string field containing image data in either of the following formats