I am unable to pull a Docker image bigger than 1GB due to two errors `Retrying in 1 second` and `expected HTTP 206 from byte range request`

1k views Asked by At

I have this same problem referred to the question Docker pull gives expected HTTP 206 from byte range request.

I tried to pull raabf/latex-versions:latest. It has 1.89GB. I ran the command docker pull [censored-company-address]/raabf/latex-versions. I have set correctly the company proxies. I added "max-concurrent-downloads": 1. But totally unsuccessful because of errors Retrying in 1 second and expected HTTP 206 from byte range request.

Only less than 1GB, I am able to pull any Docker image.

0

There are 0 answers