> For the complete documentation index, see [llms.txt](https://coky-t.gitbook.io/owasp-docker-security-ja/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coky-t.gitbook.io/owasp-docker-security-ja/readme.md).

# OWASP Docker Top 10 ja

This is the unofficial Japanese translation of the [OWASP Docker Top 10](https://github.com/OWASP/Docker-Security).

* Document Site - <https://coky-t.gitbook.io/owasp-docker-security-ja/>
* Document Repository - <https://github.com/coky-t/owasp-docker-security-ja>

### Originator

* Project Site - <https://owasp.org/www-project-docker-top-10>
* Project Repository - <https://github.com/OWASP/www-project-docker-top-10>
* Document Repository - <https://github.com/OWASP/Docker-Security>

## OWASP Docker Top 10 日本語版

* [はじめに](/owasp-docker-security-ja/owasp-docker-top-10-ri-ben-yu-ban/000-introduction.md)
* [脅威](/owasp-docker-security-ja/owasp-docker-top-10-ri-ben-yu-ban/001-threats.md)
* [概要](/owasp-docker-security-ja/owasp-docker-top-10-ri-ben-yu-ban/d00-overview.md)
* [D01 - 安全なユーザーマッピング](/owasp-docker-security-ja/owasp-docker-top-10-ri-ben-yu-ban/d01-secure-user-mapping.md)
* [D02 - パッチ管理戦略](/owasp-docker-security-ja/owasp-docker-top-10-ri-ben-yu-ban/d02-patch-management-strategy.md)
* [D03 - ネットワークセグメンテーションとファイアウォール](/owasp-docker-security-ja/owasp-docker-top-10-ri-ben-yu-ban/d03-network-segmentation-and-firewalling.md)
* [D04 - 安全なデフォルトと堅牢化](/owasp-docker-security-ja/owasp-docker-top-10-ri-ben-yu-ban/d04-secure-defaults-and-hardening.md)
* [D05 - セキュリティコンテキストの維持](/owasp-docker-security-ja/owasp-docker-top-10-ri-ben-yu-ban/d05-maintain-security-contexts.md)
* [D06 - 秘密の保護](/owasp-docker-security-ja/owasp-docker-top-10-ri-ben-yu-ban/d06-protect-secrets.md)
* [D07 - リソース保護](/owasp-docker-security-ja/owasp-docker-top-10-ri-ben-yu-ban/d07-resource-protection.md)
* [D08 - コンテナイメージの完全性と起源](/owasp-docker-security-ja/owasp-docker-top-10-ri-ben-yu-ban/d08-container-image-integrity-and-origin.md)
* [D09 - 不変パラダイムの準拠](/owasp-docker-security-ja/owasp-docker-top-10-ri-ben-yu-ban/d09-follow-immutable-paradigm.md)
* [D10 - ログ記録](/owasp-docker-security-ja/owasp-docker-top-10-ri-ben-yu-ban/d10-logging.md)
* [次に向けて](https://github.com/coky-t/owasp-docker-security-ja/blob/main/Document-ja/E11%20-%20What%27s%20Next?.md)

## License

[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/)

## Translator (Japanese)

[Koki Takeyama](https://github.com/coky-t)

* Document Site - <https://coky-t.gitbook.io/owasp-docs-ja/>
* Document Repository - <https://github.com/coky-t/owasp-docs-ja>


---

# 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://coky-t.gitbook.io/owasp-docker-security-ja/readme.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.
