ubuntu 22.04 - Harbor를 이용한 registry-mirrors 구성 - 02
1. Harbor 운영을 위한 docker.io/docker-compose 패키지 설치
# apt install docker.io docker-compose
2. Harbor 설치 패키지 다운로드
# cd /usr/local/
# wget https://github.com/goharbor/harbor/releases/download/v2.11.1/harbor-offline-installer-v2.11.1.tgz
# tar xvzf harbor-offline-installer-v2.11.1.tgz