Skip to content

Commit 9cd994c

Browse files
authored
Improve key benefits readability with bold text
1 parent dc01252 commit 9cd994c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/manuals/compose/intro/features-uses.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ aliases:
1111

1212
Using Docker Compose offers several benefits that streamline the development, deployment, and management of containerized applications:
1313

14-
- Simplified control: Docker Compose allows you to define and manage multi-container applications in a single YAML file. This simplifies the complex task of orchestrating and coordinating various services, making it easier to manage and replicate your application environment.
14+
- **Simplified control**: Docker Compose allows you to define and manage multi-container applications in a single YAML file. This simplifies the complex task of orchestrating and coordinating various services, making it easier to manage and replicate your application environment.
1515

16-
- Efficient collaboration: Docker Compose configuration files are easy to share, facilitating collaboration among developers, operations teams, and other stakeholders. This collaborative approach leads to smoother workflows, faster issue resolution, and increased overall efficiency.
16+
- **Efficient collaboration**: Docker Compose configuration files are easy to share, facilitating collaboration among developers, operations teams, and other stakeholders. This collaborative approach leads to smoother workflows, faster issue resolution, and increased overall efficiency.
1717

18-
- 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.
18+
- **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.
1919

20-
- 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.
20+
- **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.
2121

22-
- Extensive community and support: Docker Compose benefits from a vibrant and active community, which means abundant resources, tutorials, and support. This community-driven ecosystem contributes to the continuous improvement of Docker Compose and helps users troubleshoot issues effectively.
22+
- **Extensive community and support**: Docker Compose benefits from a vibrant and active community, which means abundant resources, tutorials, and support. This community-driven ecosystem contributes to the continuous improvement of Docker Compose and helps users troubleshoot issues effectively.
2323

2424
## Common use cases of Docker Compose
2525

0 commit comments

Comments
 (0)