mirror of
https://github.com/docker/compose.git
synced 2026-09-21 04:58:29 +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,6 +1,6 @@
|
|||
command: docker compose create
|
||||
short: Creates containers for a service.
|
||||
long: Creates containers for a service.
|
||||
short: Creates containers for a service
|
||||
long: Creates containers for a service
|
||||
usage: docker compose create [OPTIONS] [SERVICE...]
|
||||
pname: docker compose
|
||||
plink: docker_compose.yaml
|
||||
|
|
@ -8,7 +8,7 @@ options:
|
|||
- option: build
|
||||
value_type: bool
|
||||
default_value: "false"
|
||||
description: Build images before starting containers.
|
||||
description: Build images before starting containers
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
|
|
@ -19,7 +19,7 @@ options:
|
|||
value_type: bool
|
||||
default_value: "false"
|
||||
description: |
|
||||
Recreate containers even if their configuration and image haven't changed.
|
||||
Recreate containers even if their configuration and image haven't changed
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
|
|
@ -29,7 +29,7 @@ options:
|
|||
- option: no-build
|
||||
value_type: bool
|
||||
default_value: "false"
|
||||
description: Don't build an image, even if it's policy.
|
||||
description: Don't build an image, even if it's policy
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
|
|
@ -60,7 +60,7 @@ options:
|
|||
- option: remove-orphans
|
||||
value_type: bool
|
||||
default_value: "false"
|
||||
description: Remove containers for services not defined in the Compose file.
|
||||
description: Remove containers for services not defined in the Compose file
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue