Skip to content

Commit e603606

Browse files
authored
Clarify COPY and ADD command descriptions
1 parent 890b205 commit e603606

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

02_virtualization_and_containers/docker_slides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ Details available in [`docker_demo.md`](https://github.com/Simulation-Software-E
200200
- `FROM`: Defines base image
201201
- `RUN`: Defines commands to execute
202202
- `WORKDIR`: Defines working directory for following commands
203-
- `COPY`: Copy for from source to destination
204-
- `ADD`: Add for from source to destination (powerful and confusing)
203+
- `COPY`: Copy file from source to destination
204+
- `ADD`: Add file from source to destination (powerful and confusing)
205205
- `CMD`: Command to run under `docker run`
206206
- `ENV`: Sets environment variable
207207
- `ARG`: Environment variable for **only** the build process

0 commit comments

Comments
 (0)