You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/containers/container-tools-configure.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,23 +72,23 @@ The following table describes **Single Project** and **Docker Compose** settings
72
72
|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.|
73
73
|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.|
74
74
|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.|
76
76
:::moniker-end
77
77
:::moniker range=">=vs-2022"
78
78
|Setting|Default value|Description|
79
79
|-----|:---------------|-----------|
80
80
|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.|
81
81
|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.|
82
82
|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.|
84
84
|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.|
85
85
|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**.|
86
86
:::moniker-end
87
87
88
88
:::moniker range="<=vs-2019"
89
89
### Containers Tool Window settings
90
90
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).
92
92
93
93

0 commit comments