Hi,
Is it possible to install a nightly build of Grafana via docker? If so, how?
So, for example, I can run the following successfully:
"
docker run -d -it -p 3000:3000 --name grafana grafana/grafana:5.1.3
"
but … is it possible to install in the same way from a nightly build? E.g.:
"
docker run -d -it -p 3000:3000 --name grafana grafana/grafana:5.4.0-b2b1b6cbpre1
"
(the above doesn’t seem to work).
Any help v welcome.
Many thanks,
R