SoFunction
Updated on 2025-03-09

Docker pulling the mirror error problem

If your docker has the following problem when pulling the image: error pulling image configuration: download failed after attempts=6: dial tcp 103.214.168.106:443: Don't suspect that it is because the mirror source is not connected.

Solution

Looking for available mirror acceleration I provide a available mirror acceleration here, currently available for testing.

{
    "registry-mirrors": [
        ""
    ]
}

Modify vim /etc/docker/

vim /etc/docker/
{
    "registry-mirrors": [
        ""
    ]
}

Reload the configuration file

systemctl daemon-reload

Restart docker

systemctl restart docker

This is the article about solving the problem of errors in docker pulling mirrors. For more related contents of errors in docker pulling mirrors, please search for my previous articles or continue browsing the related articles below. I hope everyone will support me in the future!