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 0993fe7 commit 07b43d3Copy full SHA for 07b43d3
content/manuals/engine/storage/drivers/_index.md
@@ -47,7 +47,7 @@ RUN rm -r $HOME/.cache
47
CMD python /app/app.py
48
```
49
50
-This Dockerfile contains four commands. Commands that modify the filesystem, create
+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`
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
0 commit comments