SigNoz Container Images Pulling Error in Docker

TLDR dinesh encountered errors while pulling container images for SigNoz. Prashant suggested restarting the docker daemon and checking for VPN issues.

Photo of dinesh
dinesh
Wed, 22 Feb 2023 18:22:15 UTC

Pulling the latest container images for SigNoz. [+] Running 1/9 ⠿ otel-collector-metrics Skipped - Image is already being pulled by otel-collector 0.0s ⠿ clickhouse Error 1.9s ⠿ zookeeper-1 Error 1.9s ⠿ otel-collector Error 1.9s ⠿ load-hotrod Error 1.9s ⠿ frontend Error 1.9s ⠿ query-service Error 1.9s ⠿ hotrod Error 1.9s ⠿ alertmanager Error 1.9s Error response from daemon: Head "": EOF :red_circle: The containers didn't seem to start correctly. Please run the following command to check containers that may have errored out: docker-compose -f ./docker/clickhouse-setup/docker-compose.yaml ps -a or reach us for support in #help channel in our Slack Community

Photo of Prashant
Prashant
Wed, 22 Feb 2023 19:18:14 UTC

Related to this:

Photo of Prashant
Prashant
Wed, 22 Feb 2023 19:18:28 UTC

dinesh try restarting docker daemon and retry.

Photo of dinesh
dinesh
Wed, 22 Feb 2023 19:45:43 UTC

Prashant Issue still persists

Photo of Prashant
Prashant
Wed, 22 Feb 2023 19:46:47 UTC

dinesh issue not reproducible. It works as expected here/

Photo of Prashant
Prashant
Wed, 22 Feb 2023 19:49:05 UTC

issue not related to signoz, but your local docker set up.

Photo of dinesh
dinesh
Wed, 22 Feb 2023 19:49:45 UTC

dineshheera@Dineshs-MacBook-Pro deploy % curl && echo Works || echo Problem {"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":null}]} Works

Photo of dinesh
dinesh
Wed, 22 Feb 2023 19:49:52 UTC

This is what I am getting

Photo of Prashant
Prashant
Wed, 22 Feb 2023 19:54:03 UTC

try `docker logout` followed by `docker login`

Photo of Prashant
Prashant
Wed, 22 Feb 2023 19:56:02 UTC

also, the issue could be caused by vpn or proxy server

Photo of Palash
Palash
Mon, 27 Feb 2023 12:00:37 UTC

dinesh is this resolved ?