Skip to content

Commit 95e8e4a

Browse files
committed
touchups
1 parent 0348ec9 commit 95e8e4a

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

docs/containers/view-and-diagnose-containers.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use the Visual Studio Containers window to view, debug, and interac
44
author: ghogen
55
ms.author: ghogen
66
ms.topic: how-to
7-
ms.date: 04/15/2025
7+
ms.date: 04/16/2025
88
ms.subservice: container-tools
99
monikerRange: ">=vs-2019"
1010

@@ -139,14 +139,14 @@ The **Logs** tab shows the results of the `docker logs` command. By default, the
139139

140140
:::moniker range="vs-2019"
141141

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.
143143

144144
![Screenshot of Logs tab in Containers window.](media/view-and-diagnose-containers/containers-logs.png)
145145

146146
:::moniker-end
147147
:::moniker range=">=vs-2022"
148148

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.
150150

151151
![Screenshot of Logs tab in Containers window.](media/view-and-diagnose-containers/vs-2022/containers-logs.png)
152152

@@ -170,12 +170,20 @@ The **Details** tab displays metadata and runtime information about the containe
170170

171171
:::moniker-end
172172

173-
## Configuration options
173+
## Interact with containers
174174

175175
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.
176176

177+
:::moniker range="vs-2019"
178+
177179
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).
178180

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+
179187
### Start, stop, and remove containers
180188

181189
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

Comments
 (0)