Browse code

Update builder.md

Chris Snow authored on 2014/06/04 16:08:44
Showing 1 changed files
... ...
@@ -154,7 +154,7 @@ have changed. This will also invalidate the cache for `RUN` instructions.
154 154
 
155 155
 CMD has three forms:
156 156
 
157
-- `CMD ["executable","param1","param2"]` (like an *exec*, preferred form)
157
+- `CMD ["executable","param1","param2"]` (like an *exec*, this is the preferred form)
158 158
 - `CMD ["param1","param2"]` (as *default parameters to ENTRYPOINT*)
159 159
 - `CMD command param1 param2` (as a *shell*)
160 160