> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/kontenaimjisukyan/standalone-registries/docker-hub-images.md).

# Docker Hub のイメージ

現在、Docker Hub を Aikido に統合して、既知の脆弱性がないかコンテナをスキャンできます。

この機能を有効にするには、以下の簡単な手順に従ってください:

**ステップ1:** Docker Hub アカウントにログインし、アカウント設定、次に「Personal access tokens」に移動します

**ステップ2:** スコープを「Read-only」にしたアクセストークンを作成します。

**ステップ3:** Aikido に戻り、設定へ進み、次に [コンテナ](https://app.aikido.dev/settings/container-image-registry)をクリックして「Connect registry」を選び、Docker Hub を選択します。組織の namespace とユーザー名を入力してください。個人リポジトリをスキャンしたい場合は、前の手順で取得したアクセストークンも入力します。\
\
右上のナビゲーションにあるアバターをクリックするとユーザー名を確認できます。すると、ユーザー名がアバター画像の下に表示されます。私たちの場合は `aikidotestaccount`.

**ステップ4:** Aikido が、アクセス可能なすべてのコンテナリポジトリを見つけて一覧表示します。

**手順 5：** 検出結果の重複排除をより適切に行うため、リポジトリをコードリポジトリにリンクできます。この手順は任意です！

**手順 6：** レジストリの横にあるアクションメニューで 'scan repos in registry' をクリックして開始してください。結果はフィードに表示されます！


---

# 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://help.aikido.dev/docs/docs-ja/kontenaimjisukyan/standalone-registries/docker-hub-images.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.
