> 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-fr/docs/tools-and-integrations/container/external-registries/docker-hub.md).

# Docker Hub

{% hint style="warning" %}
Nous recommandons vivement de passer à un abonnement payant Docker Hub pour éviter la limitation du téléchargement des images.
{% endhint %}

### Vous devez avoir à disposition

* [x] Le nom de votre dépôt Docker
* [x] Votre jeton d'accès Docker

### Jeton d'accès OU jeton de déploiement

{% hint style="success" %}
Nous recommandons un jeton en lecture seule pour une utilisation en production
{% endhint %}

Vous pouvez suivre ce [**Tutoriel**](https://docs.docker.com/docker-hub/access-tokens) pour générer un jeton d'accès

### Séparer le nom du dépôt

Étant donné ce dépôt complet : **group/project**

Votre **Dépôt** sera toujours : **docker.io**

et votre **Image** sera : **group/project**

### Ajouter l'application sur Edgegap

**Exemple d'API**

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

**Depuis le tableau de bord**

Depuis notre tableau de bord, Le **Jeton de registre privé** sera le contenu de votre **Jeton d'accès**

<figure><img src="/files/186629a4512770a4555e81362a96ca58f7b9f8f4" alt=""><figcaption></figcaption></figure>


---

# 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://docs.edgegap.com/docs.edgegap.com-fr/docs/tools-and-integrations/container/external-registries/docker-hub.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.
