This message was deleted.
# general
s
This message was deleted.
1
p
@Prashant Shahi can you please take a look
p
@Dona Dominic You can try removing the logging section.
@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
ok
p
@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.