Remove broken version based link to source. (#12328)

* Remove broken version based link to source.

Link to source container version based link that was broken. Propose to use non version based link.

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
Lee Dale 2021-02-19 14:03:02 +00:00 committed by GitHub
parent 99fd84490c
commit 96a4e1a430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Docker supports the following storage drivers:
driver is poor, and is not generally recommended for production use. driver is poor, and is not generally recommended for production use.
Docker's source code defines the selection order. You can see the order at Docker's source code defines the selection order. You can see the order at
[the source code for Docker Engine - Community {{ site.docker_ce_version }}](https://github.com/docker/docker-ce/blob/{{ site.docker_ce_version }}/components/engine/daemon/graphdriver/driver_linux.go#L50) [the source code for Docker Engine {{ site.docker_ce_version }}](https://github.com/moby/moby/blob/{{ site.docker_ce_version }}/daemon/graphdriver/driver_linux.go#L52-L53)
If you run a different version of Docker, you can use the branch selector at the top of the file viewer to choose a different branch. If you run a different version of Docker, you can use the branch selector at the top of the file viewer to choose a different branch.
{: id="storage-driver-order" } {: id="storage-driver-order" }