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:
Mario Mann
2020-12-16 17:16:34 +01:00
committed by GitHub
parent de22374751
commit eee4f92435

View File

@@ -12,7 +12,7 @@ If you are running Grafana in a Docker image, then you configure Grafana using [
## Save your Grafana data ## 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) ### Run Grafana container with persistent storage (recommended)