stefanprodan / dockprom

Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

standard_init_linux.go:219: exec user process caused: exec format error

airbone42 opened this issue · comments

Hi,

I just did a clean install on a Raspbian PI4 system with following commands:

git clone https://github.com/stefanprodan/dockprom
cd dockprom

Changed the port 3000 to 3333 in the docker-compose.yml, as 3000 is already used on the system and then ran:

docker-compose up -d

This lead to a bunch of containers being started:

pi@raspberrypi:~ $ docker ps
CONTAINER ID   IMAGE                              COMMAND                  CREATED        STATUS                          PORTS                                                                                                         NAMES
0208b7155d85   prom/node-exporter:v1.1.2          "/bin/node_exporter …"   20 hours ago   Up 16 hours                     9100/tcp                                                                                                      nodeexporter
79756da83655   caddy:2.3.0                        "caddy run --config …"   20 hours ago   Up 16 hours                     80/tcp, 443/tcp, 0.0.0.0:3333->3333/tcp, 0.0.0.0:9090-9091->9090-9091/tcp, 2019/tcp, 0.0.0.0:9093->9093/tcp   caddy
4f4486d68f09   prom/prometheus:v2.26.0            "/bin/prometheus --c…"   20 hours ago   Up 16 hours                     9090/tcp                                                                                                      prometheus
50410b80f571   gcr.io/cadvisor/cadvisor:v0.39.0   "/usr/bin/cadvisor -…"   20 hours ago   Restarting (1) 11 seconds ago                                                                                                                 cadvisor
f940b962f12e   prom/alertmanager:v0.21.0          "/bin/alertmanager -…"   20 hours ago   Up 16 hours                     9093/tcp                                                                                                      alertmanager
24faab9b3b12   prom/pushgateway:v1.4.0            "/bin/pushgateway"       20 hours ago   Up 16 hours                     9091/tcp                                                                                                      pushgateway
84e4d29a6a68   grafana/grafana:7.5.5              "/run.sh"                20 hours ago   Up 16 hours                     3000/tcp, 3333/tcp                                                                                            grafana

Unfortunately, as you can already see the cadvisor container is in a loop of restarting. The logs give only one ever repeating error message:

pi@raspberrypi:~ $ docker logs 50410b80f571
standard_init_linux.go:219: exec user process caused: exec format error

Any help to solve this would be appreciated.

Duplicate #185
Sorry