@Dona Dominic You can try removing the logging section.
Prashant Shahi
01/24/2023, 9:54 AM
@Dona Dominic But the issue here is with Docker daemon setting itself.
Quick solution to the issue is by updating
/etc/docker/daemon.json
and changing the
"log-driver": "journald"
to
"log-driver": "json-file"
.
Followed by, restart of the Docker daemon via
systemctl restart docker
.
d
Dona Dominic
01/24/2023, 10:05 AM
ok
p
Prashant Shahi
01/29/2023, 5:57 PM
@Dona Dominic can you check again from your machine?
I am unable to reproduce the issue now. Most likely DockerHub is no longer causing any issues for M1/M2 chips to pull AMD images.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.