1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #6191 from snowch/patch-1

Small clarification
This commit is contained in:
Sven Dowideit 2014-06-04 01:56:01 -07:00
commit 9f14ff83b2

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*)