'Install graphite in docker on raspberry pi returns 502 Bad Gateway error
I installed graphite in a docker container on a raspberry pi like it is described here: https://graphite.readthedocs.io/en/latest/install.html It is basically just one command and everything else is done automatically. I can also see that the container is running however when I try to access the web front-end I get an error message "502 Bad Gateway". Can anyone support?
Solution 1:[1]
Using suggested docker logs graphite, I was able to get the following error:
Fatal Python error: init_interp_main: can't initialize time
I found a working fix for this:
wget http://ftp.us.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.3-2_armhf.deb
sudo dpkg -i libseccomp2_2.5.3-2_armhf.deb
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Phil Dukhov |
