Skip to content

Commit 07b43d3

Browse files
tom-jm69dvdksn
andauthored
Update content/manuals/engine/storage/drivers/_index.md
Co-authored-by: David Karlsson <[email protected]>
1 parent 0993fe7 commit 07b43d3

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

0 commit comments

Comments
 (0)