mirror of https://github.com/docker/compose.git
Updated documentation files for my contribution
Ran 'make docs' to generate updated doc files from the reference. Signed-off-by: aroramrinaal <aroramrinaal@gmail.com>
This commit is contained in:
parent
83671db3dd
commit
3906a7a67c
|
@ -3,7 +3,7 @@ short: Run a one-off command on a service.
|
|||
long: |-
|
||||
Runs a one-time command against a service.
|
||||
|
||||
the following command starts the `web` service and runs `bash` as its command:
|
||||
The following command starts the `web` service and runs `bash` as its command:
|
||||
|
||||
```console
|
||||
$ docker compose run web bash
|
||||
|
|
Loading…
Reference in New Issue