mirror of https://github.com/docker/docs.git
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:
parent
99fd84490c
commit
96a4e1a430
|
|
@ -55,7 +55,7 @@ Docker supports the following storage drivers:
|
|||
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
|
||||
[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.
|
||||
{: id="storage-driver-order" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue