【求助帖】2406期-课程30(实时网页信息爬取+RAG的问答系统搭建和发布)无法拉取腾讯镜像启动数据库容器 #633

Open
opened 2025-03-20 17:34:54 +08:00 by ChenChen · 1 comment

2.4. 启动数据库容器 docker compose up -d时
tianyancha_db_test:
image: ccr.ccs.tencentyun.com/hsw_ai/mysql:8.2.0
会返回”✘ tianyancha_db_test Error Head "https://ccr.ccs.tencent... 0.9s
Error response from daemon: Head "https://ccr.ccs.tencentyun.com/v2/hsw_ai/mysql/manifests/8.2.0": unauthorized:“

即使使用自己的腾讯云容器镜像服务账号先登陆: docker login --username 11xxxxxx ccr.ccs.tencentyun.com显示login成功,但之后docker pull ccr.ccs.tencentyun.com/hsw_ai/mysql:8.2.0仍然会失败with 下面的错误:
Error response from daemon: pull access denied for ccr.ccs.tencentyun.com/hsw_ai/mysql, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

**2.4. 启动数据库容器** docker compose up -d时 tianyancha_db_test: image: ccr.ccs.tencentyun.com/hsw_ai/mysql:8.2.0 会返回”✘ tianyancha_db_test Error Head "https://ccr.ccs.tencent... 0.9s Error response from daemon: Head "https://ccr.ccs.tencentyun.com/v2/hsw_ai/mysql/manifests/8.2.0": **unauthorized**:“ 即使使用自己的腾讯云容器镜像服务账号先登陆: docker login --username 11xxxxxx ccr.ccs.tencentyun.com显示login成功,但之后docker pull ccr.ccs.tencentyun.com/hsw_ai/mysql:8.2.0仍然会失败with 下面的错误: **Error response from daemon: pull access denied for ccr.ccs.tencentyun.com/hsw_ai/mysql, repository does not exist or may require 'docker login': denied: requested access to the resource is denied**

这是由于腾讯云的容器权限,目前腾讯云的权限已经打开,已经可以拉取了

这是由于腾讯云的容器权限,目前腾讯云的权限已经打开,已经可以拉取了
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HswOAuth/llm_course#633
No description provided.