From e43a605d3771f15130188b987236be3879f35e33 Mon Sep 17 00:00:00 2001 From: zipperer <47086307+zipperer@users.noreply.github.com> Date: Wed, 17 Feb 2021 16:41:50 -0600 Subject: [PATCH] Edit docs/tutorial/using-bind-mounts/index.md 'uses cases' |-> 'use cases' --- docs/tutorial/using-bind-mounts/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/using-bind-mounts/index.md b/docs/tutorial/using-bind-mounts/index.md index 072f32c..29138b8 100644 --- a/docs/tutorial/using-bind-mounts/index.md +++ b/docs/tutorial/using-bind-mounts/index.md @@ -14,7 +14,7 @@ changes and then restart the application. There are equivalent tools in most oth ## Quick Volume Type Comparisons Bind mounts and named volumes are the two main types of volumes that come with the Docker engine. However, additional -volume drivers are available to support other uses cases ([SFTP](https://github.com/vieux/docker-volume-sshfs), [Ceph](https://ceph.com/geen-categorie/getting-started-with-the-docker-rbd-volume-plugin/), [NetApp](https://netappdvp.readthedocs.io/en/stable/), [S3](https://github.com/elementar/docker-s3-volume), and more). +volume drivers are available to support other use cases ([SFTP](https://github.com/vieux/docker-volume-sshfs), [Ceph](https://ceph.com/geen-categorie/getting-started-with-the-docker-rbd-volume-plugin/), [NetApp](https://netappdvp.readthedocs.io/en/stable/), [S3](https://github.com/elementar/docker-s3-volume), and more). | | Named Volumes | Bind Mounts | | - | ------------- | ----------- |