mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
docs: update Compose reuse wording (#24513)
## Description - Update the Compose features page to use `reuse`/`Reusing` instead of the hyphenated forms. ## Related issues or tickets - N/A (trivial docs wording fix) ## Reviews - [ ] Technical review - [x] Editorial review - [ ] Product review ## Guideline alignment - Reviewed `CONTRIBUTING.md` and the PR template before editing. - Kept the diff to one documentation file with no behavior changes. ## Validation - Not run (docs-only wording change). --------- Co-authored-by: rohan436 <rohan.santhoshkumar@googlemail.com>
This commit is contained in:
committed by
GitHub
parent
c4db0e0d44
commit
c454cbb95e
@@ -15,7 +15,7 @@ Using Docker Compose offers several benefits that streamline the development, de
|
|||||||
|
|
||||||
- Efficient collaboration: Shareable YAML files support smooth collaboration between developers and operations, improving workflows and issue resolution, leading to increased overall efficiency.
|
- Efficient collaboration: Shareable YAML files support smooth collaboration between developers and operations, improving workflows and issue resolution, leading to increased overall efficiency.
|
||||||
|
|
||||||
- Rapid application development: Compose caches the configuration used to create a container. When you restart a service that has not changed, Compose re-uses the existing containers. Re-using containers means that you can make changes to your environment very quickly.
|
- Rapid application development: Compose caches the configuration used to create a container. When you restart a service that has not changed, Compose reuses the existing containers. Reusing containers means that you can make changes to your environment quickly.
|
||||||
|
|
||||||
- Portability across environments: Compose supports variables in the Compose file. You can use these variables to customize your composition for different environments, or different users.
|
- Portability across environments: Compose supports variables in the Compose file. You can use these variables to customize your composition for different environments, or different users.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user