mirror of https://github.com/docker/docs.git
Merge pull request #7432 from BretFisher/patch-4
Correct container write layer persistence statement
This commit is contained in:
commit
9124018691
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue