【发布时间】:2022-08-15 08:17:30
【问题描述】:
跑步时
docker buildx build --platform linux/arm64,linux/amd64,linux/arm/v7 -t my-project .
它失败了非常神秘的错误信息:
------
> [internal] load build context:
------
error: failed to solve: snapshot does not exist: not found
我在谷歌中找不到。
这是在 debian 上,我刚刚从 debian 的 docker.io 切换到 docker-ce 包以获得 buildx 支持。