Skip to content

Commit 0993fe7

Browse files
authored
Update _index.md
1 parent 1c75da7 commit 0993fe7

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ RUN rm -r $HOME/.cache
4747
CMD python /app/app.py
4848
```
4949

50-
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`
50+
This Dockerfile contains four commands. Commands that modify the filesystem, create
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)