diff --git a/public/building-images-with-dockerfiles.md b/public/building-images-with-dockerfiles.md index 6eb4dc2..30ab725 100644 --- a/public/building-images-with-dockerfiles.md +++ b/public/building-images-with-dockerfiles.md @@ -17,7 +17,7 @@ Overall, a Dockerfile is much more stripped down than the IA tools, consisting o INSTRUCTION arguments ``` -The following table summarizes the instructions; many of these options map directly to option in the "docker run" command: +The following table summarizes the instructions; many of these options map directly to options in the "docker run" command: | Command | Description