简体   繁体   English

错误:服务“mysql”无法构建:清单列表条目中没有与 linux/arm/v7 匹配的清单

[英]ERROR: Service 'mysql' failed to build: no matching manifest for linux/arm/v7 in the manifest list entries

Docker return me this error Docker 返回我这个错误

ERROR: Service 'mysql' failed to build: no matching manifest for linux/arm/v7 in the manifest list entries when build. ERROR: Service 'mysql' failed to build: no matching manifest for linux/arm/v7 in the manifest list entries构建时ERROR: Service 'mysql' failed to build: no matching manifest for linux/arm/v7 in the manifest list entries

I use respbian on Rapsberry Pi 3 B+我在 Rapsberry Pi 3 B+ 上使用 respbian

Make sure the image you are pulling down supports linux/arm/v7 I encountered this on raspberry Pi when I ran docker-compose and it had mysql as a dependency but the image didn't support linux/arm/v7.确保您正在下拉的图像支持 linux/arm/v7 我在运行 docker-compose 时在 raspberry Pi 上遇到了这个问题,它有 mysql 作为依赖项,但该图像不支持 linux/arm/v7。 If you look at the tags for an image, you'll see the OS/ARCH that is support by the image如果您查看图像的标签,您将看到该图像支持的 OS/ARCH

我通过调用“mssql”而不是“MySQL”来使它工作。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Docker(Apple Silicon/M1 Preview)MySQL“清单条目中没有与 linux/arm64/v8 匹配的清单” - Docker (Apple Silicon/M1 Preview) MySQL "no matching manifest for linux/arm64/v8 in the manifest list entries" Docker - 清单列表条目中没有与 linux/arm64/v8 匹配的清单 - Ubuntu 22.04/arm64/v8 - Docker - No matching manifest for linux/arm64/v8 in the manifest list entries - Ubuntu 22.04/arm64/v8 Docker(Apple Silicon/M1 预览版)sonarqube “清单列表条目中没有与 linux/arm64/v8 匹配的清单” - Docker (Apple Silicon/M1 Preview) sonarqube “no matching manifest for linux/arm64/v8 in the manifest list entries” 生成错误:清单列表项中未知的库/ nginx没有匹配的清单 - Error on Build: library/nginx no matching manifest for unknown in the manifest list entries Hyperledger Fabric 链码安装失败 - 没有与 linux/arm64/v8 匹配的清单 - Hyperledger Fabric Chaincode Installation Failed - no matching manifest for linux/arm64/v8 Portainer - 清单列表条目中没有匹配的未知清单 - 安装错误 - Portainer - no matching manifest for unknown in the manifest list entries - install error 在节点清单清单条目中没有未知的匹配清单 - No matching manifest for unknown in the manifest list entries for Node 如何切换 Docker 模式(Linux/Windows)? 清单列表条目中没有匹配的 linux/amd64 清单 - How to switch Docker mode(Linux/Windows)? no matching manifest for linux/amd64 in the manifest list entries 清单列表条目中没有与 windows/amd64 10.0.17134 匹配的清单 - no matching manifest for windows/amd64 10.0.17134 in the manifest list entries pull nanoserver:1903时,“清单列表项中未知的清单没有匹配清单” - 'No matching manifest for unknown in the manifest list entries' when pull nanoserver:1903
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM