fg2it / grafana-on-raspberry

Grafana packages for raspberry pi (armv6/armv7) and aarch64/arm64
311 stars 32 forks source link

Grafana Config Files cannot be mounted #18

Closed dampfnudel closed 7 years ago

dampfnudel commented 7 years ago

I have the feeling there is no persistent storage of the config files possible.

fg2it commented 7 years ago

This is not something specific to my build. I think the official docker image may have some hints on how to do that. The docker cli allows to mount host volume or to create persistent volume and mount them, see here or the docker doc.