Merge pull request #18784 from dvdksn/fix-moby-srclink

engine: fix broken link to moby source code
This commit is contained in:
David Karlsson 2023-11-28 11:24:26 +01:00 committed by GitHub
commit 4a514bb947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ The Docker Engine provides the following storage drivers on Linux:
The Docker Engine has a prioritized list of which storage driver to use if no 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 storage driver is explicitly configured, assuming that the storage driver meets
the prerequisites, and automatically selects a compatible storage driver. You 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/{{% 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/v{{% param "docker_ce_version" %}}/daemon/graphdriver/driver_linux.go#L52-L53).
{ #storage-driver-order } { #storage-driver-order }
<!-- markdownlint-enable reference-links-images --> <!-- markdownlint-enable reference-links-images -->