Skip to content

Commit 498c6cc

Browse files
committed
couple of touchups
1 parent 6607a00 commit 498c6cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/containers/container-tools-configure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,23 +72,23 @@ The following table describes **Single Project** and **Docker Compose** settings
7272
|Pull required Docker images on project open|True|Whether to start a background Docker pull operation when loading a container project. Required images are downloaded or downloading when you're ready to run your code. If you just want to browse the code, you can set to **False** to avoid downloading container images you don't need.|
7373
|Pull updated Docker images on project open|.NET Core projects|Whether or on which projects to run a Docker pull for all images on project open to get the latest updates.|
7474
|Run containers on project open|True|Whether to create a container when loading a container project, so it's ready when you build and run. If you prefer to control when your container is created, set to **False**.|
75-
|Remove containers on project close|True|Whether to retain containers for your solution after closing the solution or closing Visual Studio.|
75+
|Remove containers on project close|True|Whether to remove containers for your solution after closing the solution or closing Visual Studio.|
7676
:::moniker-end
7777
:::moniker range=">=vs-2022"
7878
|Setting|Default value|Description|
7979
|-----|:---------------|-----------|
8080
|Pull required Docker images on project open|True|Whether to start a background Docker pull operation when loading a container project. Required images are downloaded or downloading when you're ready to run your code. If you just want to browse the code, you can set to **False** to avoid downloading container images you don't need.|
8181
|Pull updated Docker images on project open|.NET Core projects|Whether or on which projects to run a Docker pull for all images on project open to get the latest updates.|
8282
|Run containers on project open|True|Whether to create a container when loading a container project, so it's ready when you build and run. If you prefer to control when your container is created, set to **False**.|
83-
|Remove containers on project close|True|Whether to retain containers for your solution after closing the solution or closing Visual Studio.|
83+
|Remove containers on project close|True|Whether to remove containers for your solution after closing the solution or closing Visual Studio.|
8484
|Run a service in containers to enable Azure Authentication|True|For Visual Studio version 17.6 or later, whether to install and run a token proxy service in the container to enable Azure Authentication. This service lets your apps use Azure services during development. For more information, see the [Configure Azure authentication](#configure-azure-authentication) section.|
8585
|Run a service in containers to enable Hot Reload|True|For Visual Studio version 17.7 and later, whether to install and run the Hot Reload service. This service only supports running without debugging, **Ctrl**+**F5**.|
8686
:::moniker-end
8787

8888
:::moniker range="<=vs-2019"
8989
### Containers Tool Window settings
9090

91-
The **Containers Tool Window** settings apply to the **Containers** tool window in the Visual Studio IDE, which shows information about Docker containers and images. For more information, see [Use the Containers window](view-and-diagnose-containers.md).
91+
The **Containers Tool Window** settings apply to the **Containers** window in the Visual Studio IDE, which shows information about Docker containers and images. For more information, see [Use the Containers window](view-and-diagnose-containers.md).
9292

9393
![Screenshot of the Visual Studio Container Tools Options, showing the settings available for the Containers Tool window.](media/configure-container-tools/tools-options-3.png)
9494

0 commit comments

Comments
 (0)