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
-[Visual Studio 2022](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) or [Visual Studio 2019 version 16.4](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) or later.
29
-
- For the Docker Compose node: [Visual Studio 2022 version 17.7 or later](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) and Docker v2. Docker v2 installs with Docker Desktop and is on by default.
29
+
- For the Docker Compose node:
30
+
-[Visual Studio 2022 version 17.7 or later](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta)
31
+
- Docker v2, which installs with Docker Desktop and is on by default.
30
32
31
33
:::moniker-end
32
34
33
35
## View information about your containers
34
36
35
37
:::moniker range="vs-2019"
36
38
37
-
The **Containers** window opens automatically when you start a containerized .NET project. To open the **Containers** window any time, select **View** > **Other Windows** > **Containers** from the Visual Studio menu. You can also use **Ctrl**+**Q** to activate the Visual Studio Search box, type *Containers*, and choose the first item.
39
+
The **Containers** window opens automatically when you start a containerized .NET project. To open the **Containers** window any time, select **View** > **Other Windows** > **Containers** from the Visual Studio menu. You can also use **Ctrl**+**Q** to open the Visual Studio Search box, type *Containers*, and select the **Containers** item.
38
40
39
41

40
42
@@ -43,7 +45,7 @@ The left side of the window shows the list of containers on your local machine.
43
45
:::moniker-end
44
46
:::moniker range="vs-2022"
45
47
46
-
The **Containers** window opens automatically when you start a containerized .NET project. To open the **Containers** window any time, select **View** > **Other Windows** > **Containers** from the Visual Studio menu, or press **Ctrl**+**K**, **Ctrl**+**O**.
48
+
The **Containers** window opens automatically when you start a containerized .NET project. To open the **Containers** window any time, select **View** > **Other Windows** > **Containers** from the Visual Studio menu, or press **Ctrl**+**K**, **Ctrl**+**O**. You can also use **Ctrl**+**Q** to open the Visual Studio Search box, type *Containers*, and select the **Containers** item.
47
49
48
50

49
51
@@ -60,7 +62,7 @@ If you're using Docker Compose and Visual Studio 2022 version 17.7 or later, you
60
62
61
63
### View environment variables
62
64
63
-
The **Environment** tab shows the environment variables in the container. You can set these variables in the Dockerfile, in an .env file, or by using the `-e` option when you start a container using a Docker command.
65
+
The **Environment** tab shows the environment variables in the container. You can set these variables in the Dockerfile, in an *.env* file, or by using the `-e` option when you start a container using a Docker command.
64
66
65
67
> [!NOTE]
66
68
> Changes to the environment variables aren't reflected in real time. Also, the environment variables in this tab are the system environment variables on the container, not the user environment variables local to the app.
@@ -89,7 +91,7 @@ The **Labels** tab shows the labels for the container. Labels are a way of setti
89
91
90
92
### View port mappings
91
93
92
-
On the **Ports** tab, you can check the port mappings for your container. Well-known ports are linked, so if there's content available on a port, you can select the link to open the browser.
94
+
On the **Ports** tab, you can check the port mappings for your container. Well-known ports are linked, so you can select the link to open a browser to the host port address.
93
95
94
96
:::moniker range="vs-2019"
95
97

0 commit comments