Skip to content

Docker镜像无法拉取 - rongyunmu/mediahelp 镜像不存在 #14

@VINK77aaaa

Description

@VINK77aaaa

root@hh26764090818120:~# docker run -d \

-p 3300:80
-p 8091:8091
-v /你的配置目录:/app/backend/db
-v /你的配置目录:/app/backend/strm
--name mediahelper
--restart unless-stopped
rongyunmu/mediahelp
Unable to find image 'rongyunmu/mediahelp:latest' locally
docker: Error response from daemon: failed to resolve reference "docker.io/rongyunmu/mediahelp:latest": docker.io/rongyunmu/mediahelp:latest: not found

Run 'docker run --help' for more information

您好,

我按照项目文档的Docker安装指南尝试安装,但无法拉取镜像。

错误信息:
Error response from daemon: failed to resolve reference "docker.io/rongyunmu/mediahelp:latest": docker.io/rongyunmu/mediahelp:latest: not found

验证步骤:

  1. docker search mediahelp 能搜索到镜像
  2. 但 docker pull rongyunmu/mediahelp 提示镜像不存在
  3. 通过Docker Hub API检查:https://hub.docker.com/v2/repositories/rongyunmu/mediahelp/tags/ 返回 "count": 0

环境:

  • 香港服务器
  • Docker正常运行(测试过其他镜像)
  • 已尝试配置镜像加速器
  • Docker version 29.0.0, build 3d4129b

请确认:

  1. 镜像是否已从Docker Hub删除?
  2. 是否有新的镜像名称或标签?
  3. 安装指南是否需要更新?

谢谢!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions