docker search error

 docker 出现 Error response from daemon

vim /etc/containers/registries.conf

[registries.search]
registries = ['https://registry.docker-cn.com']

 

Restart docker

# systemctl daemon-reload
# systemctl restart docker.service

Guess you like

Origin www.cnblogs.com/ExMan/p/11609977.html