mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
docs: fix grammatical issues (#9997)
Signed-off-by: Umar Chowdhury <umarfchy@gmail.com> Co-authored-by: Milas Bowman <milasb@gmail.com>
This commit is contained in:
parent
fb5b90ed47
commit
06e71371ff
14 changed files with 51 additions and 51 deletions
|
|
@ -3,7 +3,7 @@ short: Execute a command in a running container.
|
|||
long: |-
|
||||
This is the equivalent of `docker exec` targeting a Compose service.
|
||||
|
||||
With this subcommand you can run arbitrary commands in your services. Commands are by default allocating a TTY, so
|
||||
With this subcommand, you can run arbitrary commands in your services. Commands allocate a TTY by default, so
|
||||
you can use a command such as `docker compose exec web sh` to get an interactive prompt.
|
||||
usage: docker compose exec [OPTIONS] SERVICE COMMAND [ARGS...]
|
||||
pname: docker compose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue