错误提示:
error pulling image configuration: download failed after attempts=6: dial tcp 67.228.102.32:443: connect: connection refused
latest: Pulling from freeradius/freeradius-server
a8b1c5f80c2d: Retrying in 1 second
37ffe8884f09: Retrying in 1 second
d27a0b429208: Retrying in 1 second
0c655c7a2c3d: Waiting
0cc468852d4f: Waiting
error pulling image configuration: download failed after attempts=6: dial tcp 67.228.102.32:443: connect: connection refused
解决方法:
设置国内镜像源,复制下面的命令执行
sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{
"registry-mirrors": [
"https://ox288s4f.mirror.aliyuncs.com",
"https://registry.docker-cn.com",
"http://hub-mirror.c.163.com",