# 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>


---

# Agent Instructions: 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:

```
GET https://docs.edgegap.com/docs.edgegap.com-ko/docs/tools-and-integrations/container/external-registries/gitlab-registry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
