mirror of https://github.com/docker/docs.git
fix: typo
This commit is contained in:
parent
16e56fb628
commit
a6ede85e81
|
@ -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