mirror of https://github.com/docker/docs.git
Fix highlighted line in GitHub link to storage driver selection (#6280)
This commit is contained in:
parent
07fade089b
commit
fa8e17e745
|
@ -41,7 +41,7 @@ this decision, there are three high-level factors to consider:
|
|||
|
||||
The selection order is defined in Docker's source code. You can see the order
|
||||
by looking at
|
||||
[the source code for Docker CE {{ site.docker_ce_stable_version }}](https://github.com/docker/docker-ce/blob/{{ site.docker_ce_stable_version }}/components/engine/daemon/graphdriver/driver_linux.go#L54-L63)
|
||||
[the source code for Docker CE {{ site.docker_ce_stable_version }}](https://github.com/docker/docker-ce/blob/{{ site.docker_ce_stable_version }}/components/engine/daemon/graphdriver/driver_linux.go#L50)
|
||||
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.
|
||||
{: id="storage-driver-order" }
|
||||
|
|
Loading…
Reference in New Issue