error reponse from daemon:network harbor_harbor not found
harbor
Harbor 是一个开源的容器镜像仓库,用于存储和管理 Docker 镜像和其他容器镜像。 * 容器镜像仓库、存储和管理 Docker 镜像和其他容器镜像 * 有什么特点:支持多种镜像格式、易于使用、安全性和访问控制
项目地址:https://gitcode.com/gh_mirrors/ha/harbor
免费下载资源
·
问题描述:
Harbor部署完成后提示“error reponse from daemon:network harbor_harbor not found”,查看harbor相关docker处于create中;
解;
1、查看现有的docker network信息
docker network ls
2、删除harbor相关网络
docker network rm harbor_harbor-chartmuseum
docker network rm harbor_harbor-notary
docker network rm harbor_notary-sig
3、停止并删除容器
docker-compose down
4、重启docker服务
systemctl restart docker
systemctl status docker
5、重新安装harbor
./install.sh --with-notary --with-trivy --with-chartmuseum
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> 4 天前
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 天前
更多推荐
已为社区贡献1条内容
所有评论(0)