Mac部署OpenVort报错arm64不支持怎么办?

2.2k
Category: 
开发交流

yml文件拉下来了,但是执行docker compose up -d适合失败了。

报错内容:Error response from daemon: no matching manifest for linux/arm64/v8 in the manifest list entries: no match for platform in manifest: not found

Comments 1
/ 1000
Trending
New
Author
Official
找到方案了在yml文件里面的openvort下面添加一个platform: linux/amd64就可以了
Like
Comment
25
1
Favorite