Skip to content

Commit de7a809

Browse files
Merge pull request #13101 from MicrosoftDocs/ghogen-patch-67
SEO: Containerize a .NET app without a Dockerfile
2 parents 638605c + b979848 commit de7a809

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/containers/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Visual Studio Container Tools & Docker on Windows
3-
description: Explore tools available for working with Docker containers in Visual Studio for Windows, including continuous delivery and continuous integration (CI/CD).
2+
title: Visual Studio Container Tools and Docker on Windows
3+
description: Explore tools available for working with Docker containers in Visual Studio for Windows, including CI/CD, and choose whether to work with a Dockerfile, or build a containerized app without a Dockerfile.
44
author: ghogen
55
ms.author: ghogen
66
ms.topic: overview
@@ -190,7 +190,7 @@ COPY --from=publish /app/publish .
190190
ENTRYPOINT ["dotnet", "WebApplication-Docker.dll"]
191191
```
192192

193-
## Add Docker support using the .NET SDK option
193+
## Containerize a .NET app without a Dockerfile
194194

195195
With Visual Studio 2022 17.9 and later with the .NET 7 SDK installed, in ASP.NET Core projects that target .NET 6 or later, you have the option of using .NET SDK's built-in support for container builds, which means you don't need a Dockerfile; see [Containerize a .NET app with dotnet publish](/dotnet/core/docker/publish-as-container?pivots=dotnet-8-0). Instead, you configure your containers using MSBuild properties in the project file, and the settings for launching the containers with Visual Studio are encoded in a `.json` configuration file, *launchSettings.json*.
196196

0 commit comments

Comments
 (0)