From 798a7b1944dfb66e34186ad0574696adf4d06f7d Mon Sep 17 00:00:00 2001 From: Nathan Jones Date: Mon, 29 Jul 2019 11:48:03 -0400 Subject: [PATCH] Added link to 3rd party volume driver plugins (#8932) Added link to 3rd party volume driver plugins --- storage/volumes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/volumes.md b/storage/volumes.md index afe2ade368..833079ad6d 100644 --- a/storage/volumes.md +++ b/storage/volumes.md @@ -554,3 +554,4 @@ $ docker volume prune - Learn about [bind mounts](bind-mounts.md). - Learn about [tmpfs mounts](tmpfs.md). - Learn about [storage drivers](/storage/storagedriver/). +- Learn about [third-party volume driver plugins](/engine/extend/legacy_plugins/).