Hello. I'm trying to run Signoz on Raspberry Pi 4B...
# support
a
Hello. I'm trying to run Signoz on Raspberry Pi 4B on Ubuntu 20.04 in docker (docker-compose), but two containers won't start (frontend and alertmanager).
Copy code
CONTAINER ID   IMAGE                                        COMMAND                  CREATED         STATUS                          PORTS                                                                            NAMES
d5dc1809f74f   signoz/frontend:0.10.0                       "nginx -g 'daemon of…"   7 minutes ago   Restarting (1) 44 seconds ago                                                                                    frontend
61b81a776ded   signoz/alertmanager:0.23.0-0.1               "/bin/alertmanager -…"   7 minutes ago   Restarting (1) 47 seconds ago                                                                                    clickhouse-setup_alertmanager_1
279f2c81dcd5   signoz/query-service:0.10.0                  "./query-service -co…"   8 minutes ago   Up 8 minutes (healthy)          8080/tcp                                                                         query-service
d8304bed592e   signoz/otelcontribcol:0.45.1-1.1             "/otelcontribcol --c…"   8 minutes ago   Up 8 minutes                    0.0.0.0:4317-4318->4317-4318/tcp, :::4317-4318->4317-4318/tcp, 55679-55680/tcp   clickhouse-setup_otel-collector_1
cdef746f2201   signoz/otelcontribcol:0.45.1-1.1             "/otelcontribcol --c…"   8 minutes ago   Up 8 minutes                    4317/tcp, 55679-55680/tcp                                                        clickhouse-setup_otel-collector-metrics_1
a26416c81131   clickhouse/clickhouse-server:22.4.5-alpine   "/entrypoint.sh"         9 minutes ago   Up 8 minutes (healthy)          8123/tcp, 9000/tcp, 9009/tcp                                                     clickhouse-setup_clickhouse_1
e97a6050f4b9   jaegertracing/example-hotrod:1.30            "/go/bin/hotrod-linu…"   9 minutes ago   Up 8 minutes                    8080-8083/tcp                                                                    hotrod
Ports
3301
,
80
and
9093
are not occupied in the system. Can someone help me sort this out?
Copy code
exec /usr/sbin/nginx: exec format error
Seems like signoz doesn't support ARM processors at the moment
p
Yeah, we have not tested for Pi. And don't support ARM, though we support M1. Curious though why are you looking to run in a Pi @Andrey Briginets
a
I just use Pi to play around with stuff before deploying it to an actual cloud instance
109 Views