mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue