> For the complete documentation index, see [llms.txt](https://cocktailcloud.gitbook.io/cocktail-cloud-online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cocktailcloud.gitbook.io/cocktail-cloud-online/start/registry.md).

# 레지스트리 만들기

- [레지스트리 등록](https://cocktailcloud.gitbook.io/cocktail-cloud-online/start/registry/externalregistry.md): 기본적으로 칵테일 클라우드 구성시 Harbor (Registry) 를 제공 하고 있습니다. 추가로 외부 레지스트리 연동하여 사용이 가능합니다. 외부에서 생성한 레지스트리를 칵테일에서 등록하여 이미지 빌드 및 배포를 할 수 있습니다.
- [AWS ECR 설정하기](https://cocktailcloud.gitbook.io/cocktail-cloud-online/start/registry/externalregistry/aws-ecr.md): Amazon Elastic Container Registry(Amazon ECR)는 어디서나 애플리케이션 이미지 및 아티팩트를 안정적으로 배포할 수 있도록 뛰어난 성능 호스팅을 제공하는 완전관리형 컨테이너 레지스트리입니다.
- [Azure ACR 설정하기](https://cocktailcloud.gitbook.io/cocktail-cloud-online/start/registry/externalregistry/azure-acr.md): Azure Container Registry(ACR)는 Azure에서 제공하는 컨테이너 이미지 저장 및 관리 서비스입니다. ACR을 사용하면 Docker 이미지를 저장하고 배포하는 데 필요한 여러 기능을 제공합니다.
- [Docker Hub 설정하기](https://cocktailcloud.gitbook.io/cocktail-cloud-online/start/registry/externalregistry/docker-hub.md): Docker Hub는 개발자와 오픈 소스 기여자가 컨테이너 이미지를 찾고, 사용하고, 공유할 수 있도록 구축된 컨테이너 레지스트리입니다.
- [Docker Registry 설정하기](https://cocktailcloud.gitbook.io/cocktail-cloud-online/start/registry/externalregistry/docker-registry.md): Docker Hub를 기반으로한 Private 레지스트리입니다.
- [Google GCR 설정하기](https://cocktailcloud.gitbook.io/cocktail-cloud-online/start/registry/externalregistry/google-gcr.md): Google Container Registry는 Google Cloud에서 안전한 비공개 Docker 저장소 스토리지를 제공합니다. Container Registry는 널리 사용되는 지속적 배포 시스템과 호환되는 비공개 Docker 저장소입니다.
- [Harbor 설정하기](https://cocktailcloud.gitbook.io/cocktail-cloud-online/start/registry/externalregistry/harbor.md): 내부 클러스터에서 사용하고있는 "레지스트리 생성"으로 등록하는 Harbor가 아닌 추가적으로 등록해서 사용하는 Harbor 레지스트리입니다.
- [Naver 설정하기](https://cocktailcloud.gitbook.io/cocktail-cloud-online/start/registry/externalregistry/naver.md): Naver Container Registry는 프라이빗 도커 레지스트리에서 컨테이너 이미지를 간편하게 저장 및 관리하고 네이버 클라우드 플랫폼으로 쉽게 배포할 수 있습니다.
- [Quay 설정하기](https://cocktailcloud.gitbook.io/cocktail-cloud-online/start/registry/externalregistry/quay.md): Quay 레지스트리는 Docker 이미지를 저장하고 관리하는 데 사용되는 오픈 소스 컨테이너 이미지 레지스트리입니다. 이는 CoreOS에서 개발되었으며, 현재는 Red Hat의 일부로 포함되어 있습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cocktailcloud.gitbook.io/cocktail-cloud-online/start/registry.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
