项目作者: lutics

项目描述 :
Automation - Harbor on GCP
高级语言: Shell
项目地址: git://github.com/lutics/Harbor-On-GCP.git
创建时间: 2020-11-23T11:22:18Z
项目社区:https://github.com/lutics/Harbor-On-GCP

开源协议:

下载


Harbor-On-GCP

GCP 에 Docker Private Registry 인 Harbor 를 구축해보는 예제 프로젝트

Instruction

  1. Google Cloud Console 에 접속

  2. 아래의 이미지를 참고하여 CentOS 7 이상의 Compute Engine Instance 를 생성

  1. 생성 된 Instance 에 SSH 로 접속 후 아래의 명령어를 실행
  1. curl -fsSL https://raw.githubusercontent.com/lutics/Harbor-On-GCP/master/install.sh -o install.sh && chmod +x install.sh
  2. sudo ./install.sh [IP ADDRESS]
  1. http://[Compute Engine IP주소] 로 접속