From 05ab65430660a757f2e7205ee20d6f4e17a733d0 Mon Sep 17 00:00:00 2001 From: Naor Peled Date: Sat, 18 Jun 2022 21:48:56 +0300 Subject: [PATCH] docs(get-started/06_bind_mounts): resolve typo --- get-started/06_bind_mounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/06_bind_mounts.md b/get-started/06_bind_mounts.md index 97062028c4..d18d82815f 100644 --- a/get-started/06_bind_mounts.md +++ b/get-started/06_bind_mounts.md @@ -19,7 +19,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){:target="_blank" rel="noopener" class="_"}, [Ceph](https://ceph.com/geen-categorie/getting-started-with-the-docker-rbd-volume-plugin/){:target="_blank" rel="noopener" class="_"}, [NetApp](https://netappdvp.readthedocs.io/en/stable/){:target="_blank" rel="noopener" class="_"}, [S3](https://github.com/elementar/docker-s3-volume){:target="_blank" rel="noopener" class="_"}, and more). +volume drivers are available to support other use cases ([SFTP](https://github.com/vieux/docker-volume-sshfs){:target="_blank" rel="noopener" class="_"}, [Ceph](https://ceph.com/geen-categorie/getting-started-with-the-docker-rbd-volume-plugin/){:target="_blank" rel="noopener" class="_"}, [NetApp](https://netappdvp.readthedocs.io/en/stable/){:target="_blank" rel="noopener" class="_"}, [S3](https://github.com/elementar/docker-s3-volume){:target="_blank" rel="noopener" class="_"}, and more). | | Named Volumes | Bind Mounts | | - | ------------- | ----------- |