harbor私有仓库忘记admin密码修改
harbor
Harbor 是一个开源的容器镜像仓库,用于存储和管理 Docker 镜像和其他容器镜像。 * 容器镜像仓库、存储和管理 Docker 镜像和其他容器镜像 * 有什么特点:支持多种镜像格式、易于使用、安全性和访问控制
项目地址:https://gitcode.com/gh_mirrors/ha/harbor
免费下载资源
·
harbor私有仓库,默认密码Harbor12345,不及时修改会过期导致无法登录。
(1)进入容器
docker exec -it harbor-db /bin/bash
(2)连接数据库
psql -h postgresql -d postgres -U postgres #默认root123 详见harbor安装配置文件
(3)切换数据库
\c registry #切换到harbor所在库
(4)更新密码
update harbor_user set salt='', password='' where username='admin';
(5)重启harbor-core
重启harbor-core容器,自动恢复配置时密码 默认Harbor12345 详见配置文件 docker restart harbor-core
(6)登录页面修改密码
GitHub 加速计划 / ha / harbor
23.24 K
4.68 K
下载
Harbor 是一个开源的容器镜像仓库,用于存储和管理 Docker 镜像和其他容器镜像。 * 容器镜像仓库、存储和管理 Docker 镜像和其他容器镜像 * 有什么特点:支持多种镜像格式、易于使用、安全性和访问控制
最近提交(Master分支:2 个月前 )
9e55afbb
pull image from registry.goharbor.io instead of dockerhub
Update testcase to support Docker Image Can Be Pulled With Credential
Change gitlab project name when user changed.
Update permissions count and permission count total
Change webhook_endpoint_ui
Signed-off-by: stonezdj <stone.zhang@broadcom.com>
Co-authored-by: Wang Yan <wangyan@vmware.com> 13 天前
3dbfd422
Signed-off-by: wang yan <wangyan@vmware.com> 13 天前
更多推荐
已为社区贡献1条内容
所有评论(0)