mirror of
https://github.com/docker/compose.git
synced 2026-09-21 13:04:36 +00:00
docs: unify no trailing dots in docstrings and help (#11301)
This commit is contained in:
parent
aa56ab3e71
commit
e330f5905b
75 changed files with 359 additions and 362 deletions
|
|
@ -1,5 +1,5 @@
|
|||
command: docker compose exec
|
||||
short: Execute a command in a running container.
|
||||
short: Execute a command in a running container
|
||||
long: |-
|
||||
This is the equivalent of `docker exec` targeting a Compose service.
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ options:
|
|||
shorthand: d
|
||||
value_type: bool
|
||||
default_value: "false"
|
||||
description: 'Detached mode: Run command in the background.'
|
||||
description: 'Detached mode: Run command in the background'
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
|
|
@ -34,7 +34,7 @@ options:
|
|||
- option: index
|
||||
value_type: int
|
||||
default_value: "0"
|
||||
description: index of the container if service has multiple replicas
|
||||
description: Index of the container if service has multiple replicas
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
|
|
@ -45,7 +45,7 @@ options:
|
|||
shorthand: i
|
||||
value_type: bool
|
||||
default_value: "true"
|
||||
description: Keep STDIN open even if not attached.
|
||||
description: Keep STDIN open even if not attached
|
||||
deprecated: false
|
||||
hidden: true
|
||||
experimental: false
|
||||
|
|
@ -67,7 +67,7 @@ options:
|
|||
- option: privileged
|
||||
value_type: bool
|
||||
default_value: "false"
|
||||
description: Give extended privileges to the process.
|
||||
description: Give extended privileges to the process
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
|
|
@ -78,7 +78,7 @@ options:
|
|||
shorthand: t
|
||||
value_type: bool
|
||||
default_value: "true"
|
||||
description: Allocate a pseudo-TTY.
|
||||
description: Allocate a pseudo-TTY
|
||||
deprecated: false
|
||||
hidden: true
|
||||
experimental: false
|
||||
|
|
@ -88,7 +88,7 @@ options:
|
|||
- option: user
|
||||
shorthand: u
|
||||
value_type: string
|
||||
description: Run the command as this user.
|
||||
description: Run the command as this user
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
|
|
@ -98,7 +98,7 @@ options:
|
|||
- option: workdir
|
||||
shorthand: w
|
||||
value_type: string
|
||||
description: Path to workdir directory for this command.
|
||||
description: Path to workdir directory for this command
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue