mirror of https://github.com/docker/docs.git
Glossary: 1 letter grammar-fix (#9643)
This commit is contained in:
parent
09c8a2d726
commit
ee246b49cb
|
@ -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*
|
||||
|
||||
|
|
Loading…
Reference in New Issue