【求助帖】2406期-课程30(实时网页信息爬取+RAG的问答系统搭建和发布)无法拉取腾讯镜像启动数据库容器 #633
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#633
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
这是由于腾讯云的容器权限,目前腾讯云的权限已经打开,已经可以拉取了