Glossary: 1 letter grammar-fix (#9643)

This commit is contained in:
Kevin Wang 2019-10-16 16:28:22 -04:00 committed by lena-larionova
parent 09c8a2d726
commit ee246b49cb
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ volume: |
A volume is a specially-designated directory within one or more containers
that bypasses the Union File System. Volumes are designed to persist data,
independent of the container's life cycle. Docker therefore never automatically
delete volumes when you remove a container, nor will it "garbage collect"
deletes volumes when you remove a container, nor will it "garbage collect"
volumes that are no longer referenced by a container.
*Also known as: data volume*