mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Reorder words in about section
Changes "... drivers that a use copy-on-write filesystem." to "... drivers that use a copy-on-write filesystem."
This commit is contained in:
committed by
GitHub
parent
6e89c9daa3
commit
36428d09e7
@@ -21,7 +21,7 @@ writable layer of a container. The container's writable layer does not persist
|
||||
after the container is deleted, but is suitable for storing ephemeral data that
|
||||
is generated at runtime. Storage drivers are optimized for space efficiency, but
|
||||
(depending on the storage driver) write speeds are lower than native file system
|
||||
performance, especially for storage drivers that a use copy-on-write filesystem.
|
||||
performance, especially for storage drivers that use a copy-on-write filesystem.
|
||||
Write-intensive applications, such as database storage, are impacted by a
|
||||
performance overhead, particularly if pre-existing data exists in the read-only
|
||||
layer.
|
||||
|
||||
Reference in New Issue
Block a user