mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
adding oxford comma
This commit is contained in:
@@ -292,7 +292,7 @@ layer. This means that the writable layer is as small as possible.
|
||||
|
||||
When an existing file in a container is modified, the storage driver performs a
|
||||
copy-on-write operation. The specifics steps involved depend on the specific
|
||||
storage driver. For the `aufs`, `overlay` and `overlay2` drivers, the
|
||||
storage driver. For the `aufs`, `overlay`, and `overlay2` drivers, the
|
||||
copy-on-write operation follows this rough sequence:
|
||||
|
||||
* Search through the image layers for the file to update. The process starts
|
||||
|
||||
Reference in New Issue
Block a user