https://www.liaoxuefeng.com/wiki/896043488029600/1163625339727712 https://gitee.com/
1、首先添加docker官方的国内镜像 sudo tee /etc/docker/daemon.json «-‘EOF’ { “registry-mirrors”: [“https://registry.docker-cn.co”] } EOF 2、gcr.io镜像 根据开源项目:
https://github.com/go-delve/delve/issues/1215 https://github.com/go-delve/delve
首先将golang 升级到1.16.2,然后更新delve到最新版本,问题解决
Docker 的 buildx 还是实验性功能,需要在 Docker Desktop 设置中开启,具体位于 Preferences > Experimental Features > Enable CLI experimental features。