Merge pull request #10808 from chenhanxiao/man-Dockerfile-typo
docs: fix a typo in Dockerfile.5.md
This commit is contained in:
commit
028968f1a2
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