star7th / showdoc

ShowDoc is a tool greatly applicable for an IT team to share documents online一个非常适合IT团队的在线API文档、技术文档工具
https://www.showdoc.com.cn
Other
12.24k stars 2.19k forks source link

arm docker无法拉取镜像 #2084

Open panz2020 opened 1 year ago

panz2020 commented 1 year ago

docker pull star7th/showdoc:arm-latest

arm-latest: Pulling from star7th/showdoc no matching manifest for linux/amd64 in the manifest list entries

star7th commented 1 year ago

你是什么操作系统什么硬件

star7th commented 1 year ago

镜像是存在的 https://hub.docker.com/r/star7th/showdoc/tags 只能说可能未兼容你的系统和硬件

panz2020 commented 1 year ago

可以了,pull的时候加 --platform拉下来了

hikari-He commented 7 months ago

可以了,pull的时候加 --platform拉下来了

很关键兄弟。我按文档里的方式也是报同样的错拉不下来。 我使用的完整命令: sudo docker pull star7th/showdoc:arm-latest --platform=linux/arm64

建议作者有空时更新一下文档,文档中对应的有问题的地方:https://www.showdoc.com.cn/help/65610 原内容: # 如果你打算安装ARM版本的docker镜像,请将 latest 标签改为 arm-latest docker pull star7th/showdoc:latest 可以考虑修改为 # 如果你打算安装ARM版本的docker镜像,请将 latest 标签改为 arm-latest,并根据自身设备架构,加入--platform参数 docker pull star7th/showdoc:latest

star7th commented 7 months ago

Title

已修改文档

cyr2018 commented 3 months ago

可以了,pull的时候加 --platform拉下来了

很关键兄弟。我按文档里的方式也是报同样的错拉不下来。 我使用的完整命令: sudo docker pull star7th/showdoc:arm-latest --platform=linux/arm64

建议作者有空时更新一下文档,文档中对应的有问题的地方:https://www.showdoc.com.cn/help/65610 原内容: # 如果你打算安装ARM版本的docker镜像,请将 latest 标签改为 arm-latest docker pull star7th/showdoc:latest 可以考虑修改为 # 如果你打算安装ARM版本的docker镜像,请将 latest 标签改为 arm-latest,并根据自身设备架构,加入--platform参数 docker pull star7th/showdoc:latest

加了参数好像还是有点拉不动