mirror of https://github.com/docker/docs.git
This initially looked like a typo (reported in #12800) but I believe it is actually just an extra word that can be removed.
This commit is contained in:
parent
e8681a0dfc
commit
0d5c87d584
|
@ -40,7 +40,7 @@ Each instruction creates one layer:
|
|||
When you run an image and generate a container, you add a new _writable layer_
|
||||
(the "container layer") on top of the underlying layers. All changes made to
|
||||
the running container, such as writing new files, modifying existing files, and
|
||||
deleting files, are written to this thin writable container layer.
|
||||
deleting files, are written to this writable container layer.
|
||||
|
||||
For more on image layers (and how Docker builds and stores images), see
|
||||
[About storage drivers](../../storage/storagedriver/index.md).
|
||||
|
|
Loading…
Reference in New Issue