INSTANCE_URL: Harbor 인스턴스의 URL입니다. 예를 들어 harbor-1.org-1.zone1.google.gdc.test.GDC 콘솔 또는 gdcloud CLI를 사용하여 Harbor 인스턴스의 URL을 가져올 수 있습니다.
HARBOR_PROJECT_NAME: Harbor 프로젝트의 이름입니다. 예를 들면 my-project입니다.
IMAGE: 이미지의 이름입니다. 예를 들면 nginx입니다.
TAG: 가져올 이미지 버전의 태그입니다. 예를 들면 staging입니다.
IMAGE_DIGEST: 이미지 콘텐츠의 sha256 해시 값입니다. 각 이미지 버전에는 고유한 이미지 다이제스트가 포함됩니다. Harbor 인스턴스 UI에서 특정 이미지를 클릭하여 다이제스트를 확인합니다. 자세한 내용은 Harbor 레지스트리 인스턴스 보기를 참고하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-08-19(UTC)"],[[["Pulling an image from a Harbor project in Docker downloads a specified container image from the Harbor registry to your local machine."],["You must have the Harbor Instance Viewer role and a Limited Guest account in Harbor to pull images."],["Ensure you have an existing Harbor project and a container image within that project before attempting to pull it."],["Use the `docker pull` command, along with the correct instance URL, project name, image name, and tag or digest, to pull an image."]]],[]]