Skip to content

Commit 23fd5bf

Browse files
committed
correct text about when dialog appears or doesn't appear
1 parent 42b2405 commit 23fd5bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/containers/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ ENTRYPOINT ["dotnet", "WebApplication-Docker.dll"]
129129

130130
## Add Docker support using the Dockerfile container build type
131131

132-
When you add or enable Docker support to a .NET 7 or later project, Visual Studio shows the **Container Scaffolding Options** dialog box, which gives you the choice of operating system (Linux or Windows), but also the ability to choose the container build type, either **Dockerfile** or **.NET SDK**.
132+
When you add or enable Docker support to a .NET 7 or later project, Visual Studio shows the **Container Scaffolding Options** dialog box, which gives you the choice of operating system (Linux or Windows), but also the ability to choose the container build type, either **Dockerfile** or **.NET SDK**. This dialog box does not appear in .NET Framework projects or Azure Functions projects.
133133

134-
In 17.11 and later, you can also specify the **Container Image Distro** and the **Docker Build Context**. (These options do not appear in .NET framework projects or Azure Functions projects.)
134+
In 17.11 and later, you can also specify the **Container Image Distro** and the **Docker Build Context**.
135135

136136
![Screenshot showing the Container Scaffolding Options dialog for adding Docker support.](./media/overview/vs-2022/container-scaffolding-options.png)
137137

0 commit comments

Comments
 (0)