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/view-and-diagnose-containers.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Use the Visual Studio Containers window to view, debug, and interac
4
4
author: ghogen
5
5
ms.author: ghogen
6
6
ms.topic: how-to
7
-
ms.date: 04/15/2025
7
+
ms.date: 04/16/2025
8
8
ms.subservice: container-tools
9
9
monikerRange: ">=vs-2019"
10
10
@@ -139,14 +139,14 @@ The **Logs** tab shows the results of the `docker logs` command. By default, the
139
139
140
140
:::moniker range="vs-2019"
141
141
142
-
By default, the **Logs** tab streams the logs, but you can pause the stream by selecting the **Stream Logs** button on the tab. Select **Stream Logs** again to resume the streaming from where it left off.
142
+
By default, the **Logs** tab streams the logs. You can pause the stream by selecting the **Stream Logs** button on the tab. Select **Stream Logs** again to resume the streaming from where it left off.
143
143
144
144

145
145
146
146
:::moniker-end
147
147
:::moniker range=">=vs-2022"
148
148
149
-
By default, the **Logs** tab streams the logs, but you can pause the stream by selecting the **Stream** button on the tab. Select **Stream** again to resume the streaming from where it left off.
149
+
By default, the **Logs** tab streams the logs. You can pause the stream by selecting the **Stream** button on the tab. Select **Stream** again to resume the streaming from where it left off.
150
150
151
151

152
152
@@ -170,12 +170,20 @@ The **Details** tab displays metadata and runtime information about the containe
170
170
171
171
:::moniker-end
172
172
173
-
## Configuration options
173
+
## Interact with containers
174
174
175
175
The confirmation dialogs for various tasks, such as removing containers and images or launching more than 10 containers at a time, might display prompts. You can disable each prompt by using the checkbox on the dialog window.
176
176
177
+
:::moniker range="vs-2019"
178
+
177
179
You can also enable or disable these options by using the settings at **Tools** > **Options** > **Container Tools** > **Containers Tool Window**. For more information, see [Configure Container Tools](container-tools-configure.md).
178
180
181
+
:::moniker-end
182
+
:::moniker range=">=vs-2022"
183
+
184
+
You can also enable or disable these options by using the settings at **Tools** > **Options** > **Container Tools** > **Containers Window**. For more information, see [Configure Container Tools](container-tools-configure.md).
185
+
:::moniker-end
186
+
179
187
### Start, stop, and remove containers
180
188
181
189
By default, the **Containers** window shows all containers on the machine that Docker manages. You can use the toolbar buttons in the **Containers** window to start, stop, or delete a container. The containers list dynamically updates as containers are created or removed.
0 commit comments