1.点击设置

2.选择Docker Engine

3.配置镜像源
//添加registry镜像
//示例中的镜像,截止到2025/11/12可用
"registry-mirrors": [
"https://docker.1panel.live",
"https://hub.rat.dev/",
"https://docker.chenby.cn",
"https://docker.m.daocloud.io"
]

4.测试
docker pull mysql:5
成功