Skip to content

Commit 0d5c87d

Browse files
authored
This initially looked like a typo (reported in docker#12800) but I believe it is actually just an extra word that can be removed.
1 parent e8681a0 commit 0d5c87d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

develop/develop-images/dockerfile_best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Each instruction creates one layer:
4040
When you run an image and generate a container, you add a new _writable layer_
4141
(the "container layer") on top of the underlying layers. All changes made to
4242
the running container, such as writing new files, modifying existing files, and
43-
deleting files, are written to this thin writable container layer.
43+
deleting files, are written to this writable container layer.
4444

4545
For more on image layers (and how Docker builds and stores images), see
4646
[About storage drivers](../../storage/storagedriver/index.md).

0 commit comments

Comments
 (0)