From b98c9d4a5c9e1199aa6bd4c1c36e98b26830c7a5 Mon Sep 17 00:00:00 2001 From: Yachika9925 <147185379+Yachika9925@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:39:00 +0530 Subject: [PATCH] Update volumes.md fixes #18503 --- content/storage/volumes.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/storage/volumes.md b/content/storage/volumes.md index 702f0cd0922..568534b7f00 100644 --- a/content/storage/volumes.md +++ b/content/storage/volumes.md @@ -20,8 +20,7 @@ Docker. Volumes have several advantages over bind mounts: - You can manage volumes using Docker CLI commands or the Docker API. - Volumes work on both Linux and Windows containers. - Volumes can be more safely shared among multiple containers. -- Volume drivers let you store volumes on remote hosts or cloud providers, to - encrypt the contents of volumes, or to add other functionality. +- Volume drivers let you store volumes on remote hosts or cloud providers, encrypt the contents of volumes, or add other functionality. - New volumes can have their content pre-populated by a container. - Volumes on Docker Desktop have much higher performance than bind mounts from Mac and Windows hosts. @@ -689,4 +688,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/). \ No newline at end of file +- Learn about [third-party volume driver plugins](/engine/extend/legacy_plugins/).