engine: fix broken link to moby source code

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-11-27 09:57:28 +01:00
parent 1b7d8d131c
commit bfa15b3fc3
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 -->