docker pull 正常拉取镜像 docker compose build from 镜像超时问题解决

51 阅读1分钟

提前pull镜像然后禁用DOCKER_BUILDKIT !!!!

确保已经换了镜像源,使用离线模式进行构建。

export DOCKER_BUILDKIT=0

docker compose build