Hi all,
I’m having all sorts of problems with docker, here are a few:
I get the following error 90% of the time when I’m trying to login;
Error response from daemon: Get "https://ghrc.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
And 100% of the time while trying to push, here are a few of them;
The push refers to repository [ghrc.io/alpbintug/bouncmpecontainer]
4f4fb700ef54: Waiting
e2554c2d377e: Waiting
4640d022dbb8: Waiting
eae71f5f4c3c: Waiting
14bd4928b77e: Waiting
9a9dd462fc4c: Waiting
2c8a630a343b: Waiting
aa750c79a4cc: Waiting
5324914b4472: Waiting
8054e9d6e8d6: Waiting
14835253e4b6: Waiting
cbff3371c750: Waiting
9fe5ccccae45: Waiting
9e2de25be969: Waiting
95eef45e00fa: Waiting
932b11c9c615: Waiting
aece8493d397: Waiting
bdddd5cb92f6: Waiting
failed to do request: Head "https://ghrc.io/v2/alpbintug/bouncmpecontainer/blobs/sha256:[REMOVED]": malformed MIME header: missing colon: "bağlantı bağlanılan ana bilgisayar yanıt vermediğinden bir bağlantı kurulamadı."
The push refers to repository [ghrc.io/alpbintug/bouncmpecontainer]
9e2de25be969: Layer already exists
eae71f5f4c3c: Layer already exists
14bd4928b77e: Layer already exists
14835253e4b6: Layer already exists
aa750c79a4cc: Layer already exists
9a9dd462fc4c: Layer already exists
932b11c9c615: Layer already exists
aece8493d397: Layer already exists
5324914b4472: Layer already exists
cbff3371c750: Layer already exists
8054e9d6e8d6: Layer already exists
95eef45e00fa: Layer already exists
e2554c2d377e: Waiting
9fe5ccccae45: Layer already exists
4640d022dbb8: Layer already exists
bdddd5cb92f6: Waiting
2c8a630a343b: Already exists
4f4fb700ef54: Layer already exists
unexpected status from HEAD request to https://ghrc.io/v2/alpbintug/bouncmpecontainer/blobs/sha256:[REMOVED]: 429 Too Many Requests
I’ve tried to quit Docker Desktop and start it over, I’ve tried to restart WSL, I’ve tried to shut down my PC and restart it, nothing has solved the above problems. I also tried to push again after not doing anything with Docker for 10 hours. It still gave “Too many requests” error.
Any tips?