Docker Harbor
Harbor创建
安装依赖软件
yum -y install opensslInstallation Steps
tar xvf harbor-offline-installer-<version>.tgz -C /usr/local/# cd /usr/local/harbor
# vim harbor.yml
# 将hostname改为对应的本机地址(not localhost or 127.0.0.1)
# 修改harbor_admin_password管理用户密码,只能在这里改,改后不可再改./installConfiguring Harbor with HTTPS Access
Getting Certificate Authority
Getting Server Certificate
Configuration and Installation
参考文档
Last updated