error pulling image configuration: Get https://xxx timeout

Problem scenario, encountered when pulling mirror from docker.

error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/8b/8b6d2065b7cd72baa5ca62f37015038cd8e67a6715bb4dda5bf7caa47d9b1e15/data?verify=1610511998-i7nZJF5vqB9IqkaRR8A0LCkaRjI%3D: dial tcp 104.18.123.25:443: i/o timeout

The cause of the problem: because it is an external network.

Solution: Use Alibaba Cloud mirroring. First, go to the official website of Alibaba Cloud-click on the console in the upper right corner-click the yellow three icon in the upper left corner, search for container mirror-mirror accelerator. Copy the accelerator address to the docker image.

Guess you like

Origin blog.csdn.net/VABTC/article/details/112564740