问题1: docker 加载了 daemon.json,但无论拉取镜像还是搜索镜像,使用的都是官方的 https://index.docker.io,要如何处理
daemon.json
{
"registry-mirrors": [
"https://docker.1ms.run",
"https://docker.xuanyuan.me"
]
}
docker info | grep -A 2 "Registry Mirrors"
docker pull redis/redis-stack