Skip to content

Commit 3125358

Browse files
authored
Merge pull request #21658 from tom-jm69/main
Improve readability of storage driver overview
1 parent 3c89073 commit 3125358

File tree

1 file changed

+1
-1
lines changed
  • content/manuals/engine/storage/drivers

1 file changed

+1
-1
lines changed

content/manuals/engine/storage/drivers/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ CMD python /app/app.py
4848
```
4949

5050
This Dockerfile contains four commands. Commands that modify the filesystem create
51-
a layer. The `FROM` statement starts out by creating a layer from the `ubuntu:22.04`
51+
a new layer. The `FROM` statement starts out by creating a layer from the `ubuntu:22.04`
5252
image. The `LABEL` command only modifies the image's metadata, and doesn't produce
5353
a new layer. The `COPY` command adds some files from your Docker client's current
5454
directory. The first `RUN` command builds your application using the `make` command,

0 commit comments

Comments
 (0)