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