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 890b205 commit e603606Copy full SHA for e603606
1 file changed
02_virtualization_and_containers/docker_slides.md
@@ -200,8 +200,8 @@ Details available in [`docker_demo.md`](https://github.com/Simulation-Software-E
200
- `FROM`: Defines base image
201
- `RUN`: Defines commands to execute
202
- `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)
+- `COPY`: Copy file from source to destination
+- `ADD`: Add file from source to destination (powerful and confusing)
205
- `CMD`: Command to run under `docker run`
206
- `ENV`: Sets environment variable
207
- `ARG`: Environment variable for **only** the build process
0 commit comments