mirror of https://github.com/docker/docs.git
engine: fix broken link to moby source code
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
1b7d8d131c
commit
bfa15b3fc3
|
@ -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
|
||||
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/{{% 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 }
|
||||
|
||||
<!-- markdownlint-enable reference-links-images -->
|
||||
|
|
Loading…
Reference in New Issue