본문 바로가기

Harbor

Harbor 용어 및 개념

- 레지스트리(registry) : image 가 저장되어 있는 곳 (관리하는 공간)
client, team member 들이 필요할 때 image를 pull할 수 있는 장소
ex) docker hub, private docker hub, 회사 내부용 등..

 

- 레포지토리(repository) : 레지스트리 내 docker image가 저장되는 공간
registry can maintain a number of repositories.

Registry is going to have a collection of repositories, and each repository will be maintaining different version of images.

 

 

- Harbor : 레지스트리(Registry)의 한 종류
인증, 안정성 등등의 특징을 제공함
Harbor is nothing but registry.

'Harbor' 카테고리의 다른 글

Harbor 개념 및 사용 방법  (0) 2024.05.19
Harbor 설치 (AWS EC2)  (0) 2024.05.19