From 119aea01d35ee177e24a66d176db3bc05f4c4c85 Mon Sep 17 00:00:00 2001 From: Lisa Guthrie Date: Wed, 18 Oct 2017 17:07:33 -0700 Subject: [PATCH] Update VS Docker Tools page (#4582) * Update VS Docker Tools page Add link explaining how to modify an existing Visual Studio installation to add the .NET Core workload * Update visual-studio-tools-for-docker.md --- aspnetcore/publishing/visual-studio-tools-for-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/publishing/visual-studio-tools-for-docker.md b/aspnetcore/publishing/visual-studio-tools-for-docker.md index 94a76c4190..175641d9a2 100644 --- a/aspnetcore/publishing/visual-studio-tools-for-docker.md +++ b/aspnetcore/publishing/visual-studio-tools-for-docker.md @@ -23,7 +23,7 @@ uid: publishing/vs-tools-for-docker ## Installation and setup -Install [Microsoft Visual Studio 2017](https://docs.microsoft.com/visualstudio/install/install-visual-studio) with the .NET Core workload. +Install [Microsoft Visual Studio 2017](https://docs.microsoft.com/visualstudio/install/install-visual-studio) with the .NET Core workload. If you already have Visual Studio installed, you can [modify your Visual Studio installation](https://docs.microsoft.com/visualstudio/install/modify-visual-studio) to add the .NET Core workload. For Docker installation, review the information at [Docker for Windows: What to know before you install](https://docs.docker.com/docker-for-windows/install/#what-to-know-before-you-install) and install [Docker For Windows](https://docs.docker.com/docker-for-windows/install/).