Merge pull request #12804 from Kickimanjaro/patch-1

Remove excess word/typo reported in #12800
This commit is contained in:
Sebastiaan van Stijn 2021-05-05 21:16:50 +02:00 committed by GitHub
commit cd030d5e7a
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).