Update volumes.md

fixes #18503
This commit is contained in:
Yachika9925 2023-10-25 19:39:00 +05:30 committed by GitHub
parent 0aa2ccfe02
commit b98c9d4a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -20,8 +20,7 @@ Docker. Volumes have several advantages over bind mounts:
- You can manage volumes using Docker CLI commands or the Docker API. - You can manage volumes using Docker CLI commands or the Docker API.
- Volumes work on both Linux and Windows containers. - Volumes work on both Linux and Windows containers.
- Volumes can be more safely shared among multiple containers. - Volumes can be more safely shared among multiple containers.
- Volume drivers let you store volumes on remote hosts or cloud providers, to - Volume drivers let you store volumes on remote hosts or cloud providers, encrypt the contents of volumes, or add other functionality.
encrypt the contents of volumes, or to add other functionality.
- New volumes can have their content pre-populated by a container. - New volumes can have their content pre-populated by a container.
- Volumes on Docker Desktop have much higher performance than bind mounts from - Volumes on Docker Desktop have much higher performance than bind mounts from
Mac and Windows hosts. Mac and Windows hosts.
@ -689,4 +688,4 @@ $ docker volume prune
- Learn about [bind mounts](bind-mounts.md). - Learn about [bind mounts](bind-mounts.md).
- Learn about [tmpfs mounts](tmpfs.md). - Learn about [tmpfs mounts](tmpfs.md).
- Learn about [storage drivers](/storage/storagedriver/). - Learn about [storage drivers](/storage/storagedriver/).
- Learn about [third-party volume driver plugins](/engine/extend/legacy_plugins/). - Learn about [third-party volume driver plugins](/engine/extend/legacy_plugins/).