| ... | ... |
@@ -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 |
|