Skip to content

Commit e89cfa7

Browse files
committed
rename media paths
1 parent 8dba484 commit e89cfa7

27 files changed

+30
-30
lines changed

docs/containers/container-tools-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ From the main menu, choose **Tools > Options**, and expand **Container Tools > S
1616

1717
::: moniker range="vs-2017"
1818

19-
![Visual Studio Container Tools options, showing: Automatically pull required Docker images on project load, Automatically start containers in background, Automatically kill containers on solution close, and Do not prompt for trusting SSL certificate.](./media/visual-studio-tools-for-docker/visual-studio-docker-tools-options.png)
19+
![Visual Studio Container Tools options, showing: Automatically pull required Docker images on project load, Automatically start containers in background, Automatically kill containers on solution close, and Do not prompt for trusting SSL certificate.](./media/overview/visual-studio-docker-tools-options.png)
2020
::: moniker-end
2121

2222
::: moniker range=">=vs-2019"

docs/containers/container-tools.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Visual Studio Tools for Docker with ASP.NET Core
2+
title: Visual Studio Container Tools with ASP.NET Core
33
author: ghogen
4-
description: Learn how to use Visual Studio 2017 tooling and Docker for Windows
4+
description: Learn how to use Visual Studio Container Tools and Docker for Windows
55
ms.author: ghogen
66
ms.date: 02/01/2019
77
ms.technology: vs-azure
@@ -25,6 +25,6 @@ ms.topic: include
2525

2626
* [Container development with Visual Studio](/visualstudio/containers)
2727
* [Troubleshoot Visual Studio 2017 development with Docker](troubleshooting-docker-errors.md)
28-
* [Visual Studio Tools for Docker GitHub repository](https://github.com/Microsoft/DockerTools)
28+
* [Visual Studio Container Tools GitHub repository](https://github.com/Microsoft/DockerTools)
2929

30-
[0]:media/vs-azure-tools-docker-hosting-web-apps-in-docker/vs-acr-provisioning-dialog.png
30+
[0]:media/hosting-web-apps-in-docker/vs-acr-provisioning-dialog.png

docs/containers/deploy-app-service.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Deploy an ASP.NET Core Docker container to Azure App Service | Microsoft Docs
3-
description: Learn how to use Visual Studio Tools for Docker to deploy an ASP.NET Core web app to Azure App Service
3+
description: Learn how to use Visual Studio Container Tools to deploy an ASP.NET Core web app to Azure App Service
44
author: ghogen
55
manager: jillfra
66
ms.technology: vs-azure
@@ -56,21 +56,21 @@ The following steps guide you through creating a basic ASP.NET Core app that wil
5656
1. On the publish target dialog, choose **App Service Linux**.
5757
1. You can publish only to App Service, or you can publish to both App Service and Azure Container Registry (ACR). To publish the container in an Azure Container Registry (ACR), choose **Create new App Service for containers**, and click **Publish**.
5858

59-
![Screenshot of publish dialog](media/docker-deploy-app-service/publish-app-service-linux.PNG)
59+
![Screenshot of publish dialog](media/deploy-app-service/publish-app-service-linux.PNG)
6060

6161
To publish only to an Azure App Service without using Azure Container Registry, choose **Create new**, and click **Publish**.
6262

6363
1. Check that you're signed in with the account that's associated with your Azure subscription, and choose a unique name, subscription, resource group, hosting plan, and container registry (if applicable), or accept the defaults.
6464

65-
![Screenshot of publish settings](media/docker-deploy-app-service/publish-app-service-linux2.png)
65+
![Screenshot of publish settings](media/deploy-app-service/publish-app-service-linux2.png)
6666

6767
1. Choose **Create**. Your container is deployed to Azure in the resource group and container registry you selected. This process takes a bit of time. When it's completed, the **Publish** tab shows information about what was published, including the site URL.
6868

69-
![Screenshot of publish tab](media/docker-deploy-app-service/publish-succeeded.PNG)
69+
![Screenshot of publish tab](media/deploy-app-service/publish-succeeded.PNG)
7070

7171
1. Click on the site link to verify your app works as expected in Azure.
7272

73-
![Screenshot of web application](media/docker-deploy-app-service/web-application-running.png)
73+
![Screenshot of web application](media/deploy-app-service/web-application-running.png)
7474

7575
1. The publishing profile is saved with all the details you selected, such as the resource group and container registry.
7676
1. To deploy again with the same publishing profile, use the **Publish** button, the **Publish** button on the **Web Publish Activity** window, or right-click on the project in **Solution Explorer** and choose the **Publish** item on the context-menu.

docs/containers/edit-and-refresh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Often, changes will need further inspection, leveraging the debugging features o
9191
4. Hit F5 to start debugging and hit the breakpoint.
9292
5. Switch to Visual Studio to view the breakpoint, inspect values, and so on.
9393

94-
![Breakpoint](media/vs-azure-tools-docker-edit-and-refresh/breakpoint.png)
94+
![Breakpoint](media/edit-and-refresh/breakpoint.png)
9595

9696
## Summary
9797

docs/containers/hosting-web-apps-in-docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Deploy an ASP.NET Docker container to Azure Container Registry (ACR) | Microsoft Docs
3-
description: Learn how to use Visual Studio Tools for Docker to deploy an ASP.NET Core web app to a container registry
3+
description: Learn how to use Visual Studio Container Tools to deploy an ASP.NET Core web app to a container registry
44
author: ghogen
55
manager: jillfra
66
ms.assetid: e5e81c5e-dd18-4d5a-a24d-a932036e78b9
@@ -55,7 +55,7 @@ The following steps guide you through creating a basic ASP.NET Core app that wil
5555
| **[SKU](https://docs.microsoft.com/azure/container-registry/container-registry-skus)** | Standard | Service tier of the container registry |
5656
| **Registry Location** | A location close to you | Choose a Location in a [region](https://azure.microsoft.com/regions/) near you or near other services that will use your container registry. |
5757

58-
![Visual Studio's create Azure Container Registry dialog](media/vs-azure-tools-docker-hosting-web-apps-in-docker/vs-acr-provisioning-dialog.png)
58+
![Visual Studio's create Azure Container Registry dialog](media/hosting-web-apps-in-docker/vs-acr-provisioning-dialog.png)
5959

6060
5. Click **Create**
6161

docs/containers/includes/vs-2017/container-tools.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Visual Studio Tools for Docker with ASP.NET Core
2+
title: Visual Studio Container Tools with ASP.NET Core
33
author: ghogen
44
description: Learn how to use Visual Studio 2017 tooling and Docker for Windows
55
ms.author: ghogen
@@ -29,7 +29,7 @@ For Docker installation, first review the information at [Docker Desktop for Win
2929
1. Select **Web Application**.
3030
1. Check the **Enable Docker Support** checkbox.
3131

32-
![Enable Docker Support check box](../../media/docker-tools/enable-docker-support.PNG)
32+
![Enable Docker Support check box](../../media/container-tools/enable-docker-support.PNG)
3333

3434
1. Select the type of container you want (Windows or Linux) and click **OK**.
3535

@@ -120,6 +120,6 @@ You can now pull the container from the registry to any host capable of running
120120

121121
* [Container development with Visual Studio](/visualstudio/containers)
122122
* [Troubleshoot Visual Studio 2017 development with Docker](../../troubleshooting-docker-errors.md)
123-
* [Visual Studio Tools for Docker GitHub repository](https://github.com/Microsoft/DockerTools)
123+
* [Visual Studio Container Tools GitHub repository](https://github.com/Microsoft/DockerTools)
124124

125-
[0]:../../media/vs-azure-tools-docker-hosting-web-apps-in-docker/vs-acr-provisioning-dialog.png
125+
[0]:../../media/hosting-web-apps-in-docker/vs-acr-provisioning-dialog.png

docs/containers/includes/vs-2019/container-tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For Docker installation, first review the information at [Docker Desktop for Win
2727
1. Create a new project using the **ASP.NET Core Web Application** template.
2828
1. Select **Web Application**, and make sure the **Enable Docker Support** checkbox is selected.
2929

30-
![Enable Docker Support check box](../../media/docker-tools/vs-2019/create-new-web-application.PNG)
30+
![Enable Docker Support check box](../../media/container-tools/vs-2019/create-new-web-application.PNG)
3131

3232
1. Select the type of container you want (Windows or Linux) and click **Create**.
3333

@@ -110,7 +110,7 @@ Once the develop and debug cycle of the app is completed, you can create a produ
110110

111111
1. Click **Create**
112112

113-
![Screenshot showing successful publish](../../media/docker-tools/publish-succeeded.png)
113+
![Screenshot showing successful publish](../../media/container-tools/publish-succeeded.png)
114114

115115
## Next Steps
116116

@@ -122,4 +122,4 @@ You can now pull the container from the registry to any host capable of running
122122
* [Troubleshoot Visual Studio 2017 development with Docker](../../troubleshooting-docker-errors.md)
123123
* [Visual Studio Tools for Docker GitHub repository](https://github.com/Microsoft/DockerTools)
124124

125-
[0]:../../media/vs-azure-tools-docker-hosting-web-apps-in-docker/vs-acr-provisioning-dialog-2019.png
125+
[0]:../../media/hosting-web-apps-in-docker/vs-acr-provisioning-dialog-2019.png

docs/containers/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ The **Add > Docker Support** and **Add > Container Orchestrator Support** comman
4848
You can add Docker support to an existing project by selecting **Add** > **Docker Support** in **Solution Explorer**. You can also enable Docker support during project creation by selecting **Enable Docker Support** when creating a new project, as shown in the following screenshot:
4949

5050
::: moniker range="vs-2017"
51-
![Enable Docker Support for new ASP.NET Core web app in Visual Studio](./media/visual-studio-tools-for-docker/enable-docker-support-visual-studio.png)
51+
![Enable Docker Support for new ASP.NET Core web app in Visual Studio](./media/overview/enable-docker-support-visual-studio.png)
5252
::: moniker-end
5353
::: moniker range=">=vs-2019"
54-
![Enable Docker Support for new ASP.NET Core web app in Visual Studio](./media/visual-studio-tools-for-docker/vs-2019/enable-docker-support-visual-studio.png)
54+
![Enable Docker Support for new ASP.NET Core web app in Visual Studio](./media/overview/vs-2019/enable-docker-support-visual-studio.png)
5555
::: moniker-end
5656

5757
When you add or enable Docker support, Visual Studio adds the following to the project:
@@ -63,14 +63,14 @@ When you add or enable Docker support, Visual Studio adds the following to the p
6363
::: moniker range=">=vs-2019"
6464
The solution looks like this once you add Docker support:
6565

66-
![Screenshot of solution explorer with Dockerfile and .dockerignore file](media/visual-studio-tools-for-docker/vs-2019/dockerfile-dockerignore.png)
66+
![Screenshot of solution explorer with Dockerfile and .dockerignore file](media/overview/vs-2019/dockerfile-dockerignore.png)
6767
::: moniker-end
6868

6969
::: moniker range="vs-2017"
7070
> [!NOTE]
7171
> When you enable Docker support during project creation for a ASP.NET project (.NET Framework, not a .NET Core project) as shown in the following screenshot, container orchestration support is also added.
7272
73-
![Enable Docker compose support for an ASP.NET project](media/visual-studio-tools-for-docker/enable-docker-compose-support.png)
73+
![Enable Docker compose support for an ASP.NET project](media/overview/enable-docker-compose-support.png)
7474
::: moniker-end
7575

7676
## Docker Compose support
@@ -81,7 +81,7 @@ To add container orchestration support using Docker Compose, right-click on the
8181

8282
After you add container orchestration support to your project, you see a *Dockerfile* added to the project (if there wasn't one there already) and a **docker-compose** folder added to the solution in **Solution Explorer**, as shown here:
8383

84-
![Docker files in Solution Explorer in Visual Studio](media/visual-studio-tools-for-docker/docker-support-solution-explorer.png)
84+
![Docker files in Solution Explorer in Visual Studio](media/overview/docker-support-solution-explorer.png)
8585

8686
If *docker-compose.yml* already exists, Visual Studio just adds the required lines of configuration code to it.
8787

docs/containers/troubleshooting-docker-errors.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Troubleshooting Docker client errors on Windows | Microsoft Docs
3-
description: Troubleshoot problems you encounter when using Visual Studio to create and deploy web apps to Docker on Windows by using Visual Studio 2017.
3+
description: Troubleshoot problems you encounter when using Visual Studio to create and deploy web apps to Docker on Windows by using Visual Studio.
44
ms.technology: vs-azure
55
author: ghogen
66
manager: jillfra
@@ -12,9 +12,9 @@ ms.workload: multiple
1212
ms.date: 10/13/2017
1313
ms.author: ghogen
1414
---
15-
# Troubleshoot Visual Studio 2017 development with Docker
15+
# Troubleshoot Visual Studio development with Docker
1616

17-
When you're working with Visual Studio Tools for Docker, you may encounter issues while building or debugging your application. Below are some common troubleshooting steps.
17+
When you're working with Visual Studio Container Tools, you may encounter issues while building or debugging your application. Below are some common troubleshooting steps.
1818

1919
## Volume sharing is not enabled. Enable volume sharing in the Docker CE for Windows settings (Linux containers only)
2020

@@ -26,10 +26,10 @@ To resolve this issue:
2626
> [!NOTE]
2727
> If files appear shared, you may still need to click the "Reset credentials..." link at the bottom of the dialog in order to re-enable volume sharing. To continue after you reset credentials, you might have to restart Visual Studio.
2828
29-
![shared drives](media/vs-azure-tools-docker-troubleshooting-docker-errors/shareddrives.png)
29+
![shared drives](media/troubleshooting-docker-errors/shareddrives.png)
3030

3131
> [!TIP]
32-
> Visual Studio 2017 versions 15.6 and later prompt when **Shared Drives** aren't configured.
32+
> Visual Studio versions later than Visual Studio 2017 version 15.6 prompt when **Shared Drives** aren't configured.
3333
3434
### Container type
3535

0 commit comments

Comments
 (0)