Update builder.md

Upstream-commit: 2e14f0f70af2ce152b531f02c4fce363b6605e37
Component: engine
This commit is contained in:
Chris Snow
2014-06-04 08:08:44 +01:00
parent 0f498972d9
commit 07bf3a87a8

View File

@ -154,7 +154,7 @@ have changed. This will also invalidate the cache for `RUN` instructions.
CMD has three forms:
- `CMD ["executable","param1","param2"]` (like an *exec*, preferred form)
- `CMD ["executable","param1","param2"]` (like an *exec*, this is the preferred form)
- `CMD ["param1","param2"]` (as *default parameters to ENTRYPOINT*)
- `CMD command param1 param2` (as a *shell*)