Error response from daemon: Get https:index.docker.iov1search?q=activemq&n=25: dial tcp: lookup

mac2024-03-29  30

使用docker search时报如题错误:

1.修改daemon.json

{ “registry-mirrors”: [“https://registry.docker-cn.com”] }

2.重启docker

systemctl restart docker.service

最新回复(0)