Skip to content

Commit 3ea3fc5

Browse files
authored
Merge pull request #7655 from softwarepronto/patch-2
Remove second and from list of projects types
2 parents 835c6ec + 1756038 commit 3ea3fc5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/containers/overview.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ The tools included in Visual Studio for developing with Docker containers are ea
1717

1818
* [Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
1919
* [Visual Studio 2017](https://visualstudio.microsoft.com/vs/older-downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=vs+2017+download) with the **Web Development**, **Azure Tools** workload, and/or **.NET Core cross-platform development** workload installed
20-
* To publish to Azure Container Registry, an Azure subscription. [Sign up for a free trial](https://azure.microsoft.com/offers/ms-azr-0044p/).
21-
22-
## Docker support in Visual Studio
20+
* To publish to Azure Container Registry, an Azure subscription. [Sign up for a free trial](https://azure.microsoft.com/offer/ms-azr-0044p/).
21+
, andDocker support in Visual Studio
2322

24-
Docker support is available for ASP.NET projects, ASP.NET Core projects, Azure Functions, and .NET Core and .NET Framework console projects.
23+
Docker support is available for ASP.NET projects, ASP.NET Core projects, Azure Functions, .NET Core console projects, and .NET Framework console projects.
2524

2625
The support for Docker in Visual Studio has changed over a number of releases in response to customer needs. There are two levels of Docker support you can add to a project, and the supported options vary by the type of project and the version of Visual Studio. With some supported project types, if you just want a container for a single project, without using orchestration, you can do that by adding Docker support. The next level is container orchestration support, which adds appropriate support files for the particular orchestrator you choose.
2726

0 commit comments

Comments
 (0)