From 343a4eab64d322e153b4c43f27ea15b3fd07f174 Mon Sep 17 00:00:00 2001 From: cloudnthings Date: Mon, 30 May 2016 08:58:57 +1200 Subject: [PATCH] Modify grammar --- public/building-images-with-dockerfiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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