Get https://registry-1.docker.io/v2/: net/http: TLS handshake timeout(Docker镜像拉取错误)
sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{
"registry-mirrors": ["https://xqxru7kt.mirror.aliyuncs.com"]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker