Merge pull request #7432 from BretFisher/patch-4

Correct container write layer persistence statement
This commit is contained in:
Sebastiaan van Stijn 2018-10-02 11:18:49 +02:00 committed by GitHub
commit 9124018691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ information to make informed choices about the best way to persist data from
your applications and avoid performance problems along the way.
Storage drivers allow you to create data in the writable layer of your container.
The files won't be persisted after the container stops, and both read and
The files won't be persisted after the container is deleted, and both read and
write speeds are low.
[Learn how to use volumes](../volumes.md) to persist data and improve performance.