mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
[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 ef0de1af32
)
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
This commit is contained in:
parent
8a85daf982
commit
9dc78e3db1
@ -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:<VERSION>
|
||||
```
|
||||
|
||||
### 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:<VERSION>
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
- **Image Source Field** select a string field containing image data in either of the following formats
|
||||
|
Loading…
Reference in New Issue
Block a user