# Docker Hub

{% hint style="warning" %}
이미지 다운로드 제한을 방지하려면 유료 Docker Hub 요금제로 업그레이드하는 것을 강력히 권장합니다.
{% endhint %}

### 다음 항목을 준비해야 합니다

* [x] Docker 저장소 이름
* [x] Docker 액세스 토큰

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

{% hint style="success" %}
프로덕션 사용의 경우 읽기 전용 토큰을 권장합니다
{% endhint %}

다음을 따를 수 있습니다 [**튜토리얼**](https://docs.docker.com/docker-hub/access-tokens) 로 액세스 토큰을 생성하세요

### 저장소 이름 분리

이 전체 저장소가 주어졌을 때: **group/project**

당신의 **저장소** 은 항상 다음과 같습니다: **docker.io**

그리고 당신의 **이미지** 은 다음과 같습니다: **group/project**

### 앱을 Edgegap에 추가하기

**API 예시**

```json
{
    [...]
    "docker_repository": "docker.io",
    "docker_image": "group/project",
    "docker_tag": "v1",
    "private_username": "example@edgegap.com",
    "private_token": "<Access Token>",
    [...]
}
```

**대시보드에서**

대시보드에서, **비공개 레지스트리 토큰** 은 당신의 다음 항목의 내용이 됩니다 **액세스 토큰**

<figure><img src="/files/3a4eb134a9eba2988acfe30e74adbdfa62a22e38" 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/docker-hub.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.
