After using the tun mode of Clash in Linux, the "docker pull" command encountered an exception

267 views Asked by At

After using the tun mode of Clash in Linux, the "docker pull" command reported the following error:

Error response from daemon: Get "https://registry-1.docker.io/v2/": EOF

But use the "curl https://registry-1.docker.io/v2/" command, get the following error:

{"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":null}]}

The clash YAML configuration is as follows:

enter image description here enter image description here

How to solve this problem

0

There are 0 answers