fg2it / grafana-on-raspberry

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

A cry for help (or information source) #21

Closed ad05bzag closed 7 years ago

ad05bzag commented 7 years ago

Hi! I just started playing with your docker image of grafana. It installs and runs alright. Now I need to make it available on my local network (and in the future also publicly?). Do you have any idea how I could proceed to make it happen? I know it is a super broad question, but I have no idea how to even start tackling it.

Any help would be much appreciated!

ad05bzag commented 7 years ago

I solved the problem by just reading the manual properly. Ran the command docker run -d -p 3000:3000 fg2it/grafana-armhf:v4.1.2 which made grafana accessible over local network on my rpi's IP at port 3000