跳转到内容

1. x86服务器上拉取arm64镜像

bash
# 获取镜像完整 digest
# curl -x http://192.168.60.1:12450 -s "https://hub.docker.com/v2/repositories/ollama/ollama/tags/0.30.6" | jq -r '.images[] | select(.architecture=="arm64") | .digest'
sha256:4465a16593023cb6082d7d2a41feec4c908df60908ba2bf5b9a7dd372488c602

# 拉取镜像
docker pull --platform linux/arm64 ollama/ollama@sha256:4465a16593023cb6082d7d2a41feec4c908df60908ba2bf5b9a7dd372488c602

基于 MIT 许可发布