File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/manuals/engine/storage/drivers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ RUN rm -r $HOME/.cache
4747CMD 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 `
5252image. The ` LABEL ` command only modifies the image's metadata, and doesn't produce
5353a new layer. The ` COPY ` command adds some files from your Docker client's current
5454directory. The first ` RUN ` command builds your application using the ` make ` command,
You can’t perform that action at this time.
0 commit comments