Skip to content

Commit 8734a23

Browse files
Merge pull request #226883 from alexwolfmsft/remove-docker-dependency
removed docker dependency
2 parents b2ee90b + f691a8a commit 8734a23

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

articles/container-apps/deploy-visual-studio.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ In this tutorial, you'll deploy a containerized ASP.NET Core 6.0 application to
2020

2121
- An Azure account with an active subscription is required. If you don't already have one, you can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2222
- Visual Studio 2022 version 17.2 or higher, available as a [free download](https://visualstudio.microsoft.com).
23-
- [Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-windows) for Windows. Visual Studio uses Docker Desktop for various containerization features.
2423

2524
## Create the project
2625

@@ -38,13 +37,6 @@ Begin by creating the containerized ASP.NET Core application to deploy to Azure.
3837

3938
:::image type="content" source="media/visual-studio/container-apps-enable-docker.png" alt-text="A screenshot showing to enable docker.":::
4039

41-
42-
### Docker installation
43-
44-
If this is your first time creating a project using Docker, you may get a prompt instructing you to install Docker Desktop. This installation is required for working with containerized apps, as mentioned in the prerequisites, so click **Yes**. You can also download and [install Docker Desktop for Windows from the official Docker site](https://hub.docker.com/editions/community/docker-ce-desktop-windows).
45-
46-
Visual Studio launches the Docker Desktop for Windows installer. You can follow the installation instructions on this page to set up Docker, which requires a system reboot.
47-
4840
## Deploy to Azure Container Apps
4941

5042
The application includes a Dockerfile because the Enable Docker setting was selected in the project template. Visual Studio uses the Dockerfile to build the container image that is run by Azure Container Apps.

0 commit comments

Comments
 (0)