Fix typo: compiler -> container

This commit is contained in:
Rich Lafferty
2018-03-10 15:09:32 -05:00
committed by GitHub
parent eaf25e5b36
commit 7ea740f647

View File

@@ -93,7 +93,7 @@ Success!
* Older Dockerfiles also have the `ADD` instruction.
<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.