Skip to content

Commit c88e5aa

Browse files
author
Sumit Ghosh
authored
Removed solution option (#24053)
1 parent 6679902 commit c88e5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/containerized-lifecycle/design-develop-containerized-apps/visual-studio-tools-for-docker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ When you add or enable Docker support, Visual Studio adds a _Dockerfile_ file to
4040

4141
When you want to compose a multi-container solution, add container orchestration support to your projects. This lets you run and debug a group of containers (a whole solution) at the same time if they're defined in the same _docker-compose.yml_ file.
4242

43-
To add container orchestration support, right-click on the solution or project node in **Solution Explorer**, and choose **Add > Container Orchestration Support**. Then choose **Kubernetes/Helm** or **Docker Compose** to manage the containers.
43+
To add container orchestration support, right-click on the project node in **Solution Explorer**, and choose **Add > Container Orchestration Support**. Then choose **Kubernetes/Helm** or **Docker Compose** to manage the containers.
4444

4545
After you add container orchestration support to your project, you see a Dockerfile added to the project and a **docker-compose** folder added to the solution in **Solution Explorer**, as shown in Figure 4-33:
4646

0 commit comments

Comments
 (0)