docs: fix a typo in Dockerfile.5.md

s/Exececutable/Executable

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao 2015-02-15 11:06:18 +08:00
parent c33ac6067c
commit bfba622f86
1 changed files with 1 additions and 1 deletions

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