mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 17:21:11 +00:00
Fix typo: compiler -> container
This commit is contained in:
@@ -93,7 +93,7 @@ Success!
|
|||||||
* Older Dockerfiles also have the `ADD` instruction.
|
* Older Dockerfiles also have the `ADD` instruction.
|
||||||
<br/>It is similar but can automatically extract archives.
|
<br/>It is similar but can automatically extract archives.
|
||||||
|
|
||||||
* If we really wanted to compile C code in a compiler, we would:
|
* If we really wanted to compile C code in a container, we would:
|
||||||
|
|
||||||
* Place it in a different directory, with the `WORKDIR` instruction.
|
* Place it in a different directory, with the `WORKDIR` instruction.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user