# Docker Hub

Enabling the Docker Hub integration allows you to work with docker containers within Chassy workflows. To learn more about Workflows, consult the [Workflow User Guide](/user-guides/workflow-user-guide.md).

## How to enable Docker Hub integration

There are two steps required to enable the Docker Hub integration.

### Create an access token:&#x20;

Follow the instructions [here](https://docs.docker.com/security/for-developers/access-tokens/) to create an access token for Docker Hub.

Ensure that the access permissions are ‘Read, Write, Delete’.

<div align="left"><figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeC1BynBgvY2zkgzpaaXUvGaHRcewldwi025CIR4Us7Xcfyqddwvpsp2sdpwi0J7Z8HBN2jufP-qHnZpvEh93CFOkzWmsHkDpTZSzjlRqyYFRKmW_Tb1OGgnJMT3TgyZpxFV6O-dwKkvlWNbjk8-su9Bk6k?key=CrjAmK76ZdHhNlRMtvcEMw" alt="Select &#x22;Read, Write, Delete&#x22; for the Access permissions dropdown." width="375"><figcaption></figcaption></figure></div>

### Connect to Docker Hub on Chassy Console

First, navigate to the *Integrations* panel on the Chassy console. Next, you will need to click *Connect* on the Docker Hub integration.

<div align="left"><figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcsTzT7RB4aU7c61fV-z_AAhRKJLVFlIDSNGBEUe4TFbMjDwHPZYN0LlCepmjNIbkNXz-yy8Kl6itD6iJWyV8b8VBzqhGoxuN-BvWyXDb6XZcweATpytJRhyVSkr7zFmJ7RMd9Teg3Oi3ihu-TfAx2R29cc?key=CrjAmK76ZdHhNlRMtvcEMw" alt="Docker card on the Integrations panel." width="375"><figcaption></figcaption></figure></div>

After clicking *Connect*, a dialog box will appear asking for a username and the access token you created during the first step.

<div align="left"><figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeyEZ2Sk_XsO_Uw2bp7QdeL7ZnogC-IKWLedSv57_u8D4mLhgZeWMpj_p8ZuGYwIuOqlku3z5NBgXTpNFe442iYdj2RV7mxf6S7kMedpqs0g-FzBMFRK99KVEJIkENxSPkvVQzfdE7wwFQskp-ikpGsNZNk?key=CrjAmK76ZdHhNlRMtvcEMw" alt="Enter the User Name and Access Token." width="375"><figcaption></figcaption></figure></div>

After filling the required fields, you can click *Connect*. Now, Docker Hub will be an enabled integration.

## How to disable Docker Hub integration

Disabling the Docker Hub integration may cause failures in workflows requiring access to particular container registries on Docker Hub. If you understand this, continue.

To disable the Docker Hub integration, first navigate to the *Integrations* pane. Clicking the *X* button on the Docker Hub integration will prompt you to confirm your action as it is destructive. Doing so will disconnect your Docker Hub integration.

You can also now revoke your access token on Docker Hub.


---

# 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.chassy.io/reference/integrations/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.
