mirror of https://github.com/docker/docs.git
fix: typo (#14898)
This commit is contained in:
commit
43ad83d554
|
@ -427,7 +427,7 @@ cgroup_parent: m-executor-abcd
|
|||
|
||||
### command
|
||||
|
||||
`command` overrides the the default command declared by the container image (i.e. by Dockerfile's `CMD`).
|
||||
`command` overrides the default command declared by the container image (i.e. by Dockerfile's `CMD`).
|
||||
|
||||
```
|
||||
command: bundle exec thin -p 3000
|
||||
|
|
Loading…
Reference in New Issue