> For the complete documentation index, see [llms.txt](https://docs.edgegap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.edgegap.com/docs.edgegap.com-ko/docs/tools-and-integrations/container/external-registries/gitlab-registry.md).

# GitLab 레지스트리

### 준비해야 합니다

* [x] 귀하의 Gitlab 레지스트리 전체 저장소 이름
* [x] 귀하의 Gitlab 개인 액세스 토큰 또는 배포 토큰

### 액세스 토큰 또는 배포 토큰

다음을 따라할 수 있습니다 [**튜토리얼**](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html) 개인 액세스 토큰을 생성하려면

또는

다음을 따라할 수 있습니다 [**튜토리얼**](https://docs.gitlab.com/ee/user/project/deploy_tokens/index.html) 배포 토큰을 생성하려면

### 전체 저장소 이름 분리

이 전체 저장소가 주어졌을 때: **registry.gitlab.com/그룹/프로젝트**

당신의 **저장소** 다음이 됩니다: **registry.gitlab.com**

그리고 당신의 **이미지** 다음이 됩니다: **group/project**

### 앱을 Edgegap에 추가

#### **API 예시**

```json
{
    [...]
    "docker_repository": "registry.gitlab.com",
    "docker_image": "group/project",
    "docker_tag": "v1",
    "private_username": "example@edgegap.com",
    "private_token": "<개인 액세스 토큰 또는 배포 토큰>",
    [...]
}
```

#### **대시보드에서**

우리 대시보드에서, **프라이빗 레지스트리 토큰** 다음의 내용이 됩니다 **개인 액세스 토큰 또는 배포 토큰**

<figure><img src="/files/24cb91339f6d13e346edd40e1d5ad6931f75c50d" alt=""><figcaption></figcaption></figure>
