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:
Kickimanjaro 2021-05-05 10:43:19 -06:00 committed by GitHub
parent e8681a0dfc
commit 0d5c87d584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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).