Merge pull request #10808 from chenhanxiao/man-Dockerfile-typo

docs: fix a typo in Dockerfile.5.md
This commit is contained in:
Doug Davis 2015-02-15 07:48:29 -05:00
commit 028968f1a2

View file

@ -101,7 +101,7 @@ A Dockerfile is similar to a Makefile.
-- **CMD** has three forms:
```
# Exececutable form
# Executable form
CMD ["executable", "param1", "param2"]`
# Provide default arguments to ENTRYPOINT