We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c89073 commit 3125358Copy full SHA for 3125358
content/manuals/engine/storage/drivers/_index.md
@@ -48,7 +48,7 @@ CMD python /app/app.py
48
```
49
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`
+a new layer. The `FROM` statement starts out by creating a layer from the `ubuntu:22.04`
52
image. The `LABEL` command only modifies the image's metadata, and doesn't produce
53
a new layer. The `COPY` command adds some files from your Docker client's current
54
directory. The first `RUN` command builds your application using the `make` command,
0 commit comments