从私有库拉取镜像报错:

报错1:
Error response from daemon: Get “https://192.168.30.3/v2/”: dial tcp 192.168.30.3:443: connect: connection refused

原因是默认的是用http拉取,这里拉取用的是https。
解决办法:

vim /etc/docker/daemon.json 
"insecure-registries": ["IP"]

报错2:
Error response from daemon: unauthorized: unauthorized to access repository: my-test/java-demo, action: pull: unauthorized to access repository: my-test/java-demo, action: pull

原因:从私有库拉取未授权。
解决办法:
登录在录取就欧了。

docker login 192.168.30.3 -u admin -p 12345
GitHub 加速计划 / ha / harbor
8
3
下载
Harbor 是一个开源的容器镜像仓库,用于存储和管理 Docker 镜像和其他容器镜像。 * 容器镜像仓库、存储和管理 Docker 镜像和其他容器镜像 * 有什么特点:支持多种镜像格式、易于使用、安全性和访问控制
最近提交(Master分支:4 个月前 )
a548ab70 Add the field extra_attrs to the p2p preheat policy for the provider to define their specified parameters when preheating. Signed-off-by: chlins <chlins.zhang@gmail.com> 3 天前
e4178753 The export CVE permission should be included in the project scope, as the API relies on project-level judgment. Signed-off-by: wang yan <wangyan@vmware.com> 4 天前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐