explaingit

dongyubin/dockerhub

8,508Audience · ops devopsComplexity · 1/5Setup · easy

TLDR

A community-maintained list of Docker Hub mirror addresses that still work inside China, verified as of May 2026. Helps developers bypass slow or blocked Docker Hub access by pointing Docker at a working alternative registry.

Mindmap

mindmap
  root((dockerhub))
    Mirrors
      Cloud providers
      Community mirrors
      University mirrors
    Status
      Active mirrors
      Shut-down list
    Setup
      daemon.json config
      Account registration
    Audience
      China developers
      DevOps engineers
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Find a currently working Docker Hub mirror to unblock or speed up container image downloads from within China.

USE CASE 2

Configure Docker's daemon settings to use a Tencent Cloud or Alibaba Cloud mirror instead of the blocked Docker Hub.

USE CASE 3

Quickly check which previously used mirror addresses have been shut down before setting up a new server.

Getting it running

Difficulty · easy Time to first run · 5min

Some mirrors require registration or only accept connections from Chinese IP addresses.

License not specified in the explanation.

In plain English

This repository is a maintained list of Docker image mirror addresses that work inside China, written primarily in Chinese. Docker Hub is the main global service where developers download software packages called container images, but it is often slow or inaccessible from within China due to network restrictions. This list exists to help developers in China find working alternatives they can configure to speed up or replace direct Docker Hub access. Docker is a tool that packages software into containers, which are portable bundles that run the same way on any machine. When someone installs or deploys software using Docker, the tool downloads pre-built images from a registry like Docker Hub. In China, many of the public mirror sites that used to accelerate this process have shut down or been taken offline due to regulatory requirements. A number of previously listed mirrors are struck through in the README to mark them as no longer working. The repository is actively updated, with the last verification noted as May 2026, confirming which mirrors were still accessible at that time. The working list includes both public community-run proxy services and mirrors from major Chinese cloud providers such as Tencent Cloud and Alibaba Cloud. Some of the listed mirrors require account registration to use, and some are restricted to users accessing from within Chinese IP addresses only. The README also briefly explains why this problem exists: several major university-run mirror sites in China were ordered to shut down their Docker Hub caches. The repository serves as a crowdsourced, community-maintained reference to track what still works. There are no code files in this project, only documentation.

Copy-paste prompts

Prompt 1
How do I edit /etc/docker/daemon.json on a Linux server in China to point Docker at an Alibaba Cloud mirror registry?
Prompt 2
What is the exact daemon.json configuration to add a Docker Hub mirror URL so images pull from a Chinese proxy instead?
Prompt 3
Which Tencent Cloud or Alibaba Cloud Docker registry mirror address is confirmed working from China in 2026?
Open on GitHub → Explain another repo

← dongyubin on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.