Merge pull request #24321 from docker/agent/issue-24296

docs: address issue #24296
This commit is contained in:
David Karlsson
2026-03-09 14:31:11 +01:00
committed by GitHub

View File

@@ -48,7 +48,7 @@ The Docker Engine provides the following storage backends on Linux:
The Docker Engine has a prioritized list of which storage driver to use if no
storage driver is explicitly configured, assuming that the storage driver meets
the prerequisites, and automatically selects a compatible storage driver. You
can see the order in the [source code for Docker Engine {{% param "docker_ce_version" %}}](https://github.com/moby/moby/blob/v{{% param "docker_ce_version" %}}/daemon/graphdriver/driver_linux.go#L52-L53).
can see the order in the [source code for Docker Engine {{% param "docker_ce_version" %}}](https://github.com/moby/moby/blob/docker-v{{% param "docker_ce_version" %}}/daemon/graphdriver/driver_linux.go).
{ #storage-driver-order }
<!-- markdownlint-enable reference-links-images -->