mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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:
parent
c33ac6067c
commit
bfba622f86
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue