mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 00:47:38 -06:00
Update configure-docker.md (#29883)
It's not possible to stop an image, you can only start/stop container. I know it's just a little mistake and it sounds a bit like crumb cracker but your description is not correct.
This commit is contained in:
parent
de22374751
commit
eee4f92435
@ -12,7 +12,7 @@ If you are running Grafana in a Docker image, then you configure Grafana using [
|
||||
|
||||
## Save your Grafana data
|
||||
|
||||
If you do not designate a location for information storage, then all your Grafana data disappears as soon as you stop your image. To save your data, you need to set up persistent storage or bind mounts for your container.
|
||||
If you do not designate a location for information storage, then all your Grafana data disappears as soon as you stop your container. To save your data, you need to set up persistent storage or bind mounts for your container.
|
||||
|
||||
### Run Grafana container with persistent storage (recommended)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user