From cc86862e46449ef5ef89e6d47ff77bbff1691b47 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Tue, 24 Oct 2017 16:28:25 -0700 Subject: [PATCH] Improve the link to source code for storage drivers (#5099) --- engine/userguide/storagedriver/selectadriver.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/engine/userguide/storagedriver/selectadriver.md b/engine/userguide/storagedriver/selectadriver.md index dcfae53603..c1ee09ba0d 100644 --- a/engine/userguide/storagedriver/selectadriver.md +++ b/engine/userguide/storagedriver/selectadriver.md @@ -36,11 +36,11 @@ this decision, there are three high-level factors to consider: environments, because `loopback-lvm`, while zero-configuration, has very poor performance. - The selection order is defined in Moby's source code. You can see the order + The selection order is defined in Docker's source code. You can see the order by looking at - [the source code](https://github.com/docker/docker-ce/blob/master/components/engine/daemon/graphdriver/driver_linux.go#L54-L63). - The order may vary slightly by version. Select the branch for the version you - use to verify the storage driver order. + [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) + 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" } - Your choice may be limited by your Docker edition, operating system, and