Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

[docs-scanner] Contradictory information about Docker Engine 29.0 default storage

オープン 初心者向け
#26,163 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
1/5
見積もり時間
1時間未満
初心者へのやさしさ
90/100
issue の種類
ドキュメント
明瞭さ
明確に書かれている
活発さ
活発
領域
documentation

調査の方向性

この issue は、content/manuals/engine/storage/drivers/ ディレクトリ内の 3 つの特定の Markdown ファイルを指しています。まずこれらのファイルを読み、Docker Engine 29.0 のデフォルトストレージに関する矛盾した記述を理解してください。修正は、overlayfs-driver.md に「新規インストールの場合」という修飾句を追加し、一貫性を確保することで、表現を標準化することです。変更は、ドキュメントのローカルプレビューを確認して検証してください。

索引モデルが issue の本文から書いたものです。

説明

Files:

  • content/manuals/engine/storage/drivers/_index.md
  • content/manuals/engine/storage/drivers/select-storage-driver.md
  • content/manuals/engine/storage/drivers/overlayfs-driver.md
Issue

Multiple files in the storage drivers section present contradictory information about what Docker Engine 29.0 uses by default. The index file says:

Docker Engine 29.0 and later uses the containerd image store by default for fresh installations, which uses snapshotters instead of classic storage drivers.

But select-storage-driver.md says:

Docker Engine 29.0 and later uses the containerd image store by default for fresh installations.

And overlayfs-driver.md says:

Docker Engine 29.0 and later uses the containerd image store by default. The overlay2 driver is a legacy storage driver that is superseded by the overlayfs containerd snapshotter.

The contradiction is: Does Docker Engine 29.0 use containerd image store "by default" (implying always), or only "by default for fresh installations" (implying upgrades use something else)? The index and select-storage-driver pages say "for fresh installations" but overlayfs-driver doesn't include this qualifier.

Why this matters

A reader trying to understand whether their Docker Engine 29.0 installation uses containerd image store or classic storage drivers will get conflicting answers depending on which page they read. This is especially confusing for users who upgraded from an earlier version versus those who did a fresh install.

Suggested fix

Standardize the language across all three files. The most accurate framing appears to be: "Docker Engine 29.0 and later uses the containerd image store by default for fresh installations. If you upgraded from an earlier version, your daemon continues using classic storage drivers unless you migrate."

Apply this consistent language to all three files, particularly updating overlayfs-driver.md to include the "fresh installations" qualifier.


Found by nightly documentation quality scanner

主要言語
Markdown
スター
4.7k
フォーク
8.5k
平均マージ
2日 18時間
マージ済み PR(30日)
121

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

docker/docs のほかの issue

docker/docs の issue をすべて見る

似ている issue

Documentation の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。