Skip to content

Commit 2157c68

Browse files
committed
Rename PNG files and clean up.
1 parent 098cf9a commit 2157c68

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

docs/containers/container-tools-configure.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ title: Configure Visual Studio Container Tools
33
description: Configure the tools available in Visual Studio for working with Docker containers.
44
author: ghogen
55
ms.author: ghogen
6+
ms.topic: conceptual
67
ms.date: 03/20/2019
78
ms.technology: vs-azure
89
---
910
# How to configure Visual Studio Container Tools
1011

1112
Using Visual Studio settings, you can control some aspects of how Visual Studio works with Docker containers, including settings that affect performance and resource usage when working with Docker containers.
1213

13-
## Container Tools Settings
14+
## Container Tools settings
1415

1516
From the main menu, choose **Tools > Options**, and expand **Container Tools > Settings**. The container tools settings appear.
1617

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ With Visual Studio, you can easily build, debug, and run containerized ASP.NET C
1414

1515
* [Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
1616
* [Visual Studio 2017](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2017) with the **Web Development**, **Azure Tools** workload, and/or **.NET Core cross-platform development** workload installed
17-
* To publish to Azure Container Registry, an Azure subscription. [Sign up for a free trial](https://azure.microsoft.com/en-us/offers/ms-azr-0044p/).
17+
* To publish to Azure Container Registry, an Azure subscription. [Sign up for a free trial](https://azure.microsoft.com/offers/ms-azr-0044p/).
1818

1919
## Installation and setup
2020

@@ -116,10 +116,4 @@ Once the develop and debug cycle of the app is completed, you can create a produ
116116

117117
You can now pull the container from the registry to any host capable of running Docker images, for example [Azure Container Instances](/azure/container-instances/container-instances-tutorial-deploy-app).
118118

119-
## Additional resources
120-
121-
* [Container development with Visual Studio](/visualstudio/containers)
122-
* [Troubleshoot Visual Studio 2017 development with Docker](../../troubleshooting-docker-errors.md)
123-
* [Visual Studio Container Tools GitHub repository](https://github.com/Microsoft/DockerTools)
124-
125119
[0]:../../media/hosting-web-apps-in-docker/vs-acr-provisioning-dialog.png

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ With Visual Studio, you can easily build, debug, and run containerized ASP.NET C
1616
* [Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
1717
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019) with the **Web Development**, **Azure Tools** workload, and/or **.NET Core cross-platform development** workload installed
1818
* [.NET Core 2.2 Development Tools](https://dotnet.microsoft.com/download/dotnet-core/2.2) for development with .NET Core 2.2
19-
* To publish to Azure Container Registry, an Azure subscription. [Sign up for a free trial](https://azure.microsoft.com/en-us/offers/ms-azr-0044p/).
19+
* To publish to Azure Container Registry, an Azure subscription. [Sign up for a free trial](https://azure.microsoft.com/offers/ms-azr-0044p/).
2020

2121
## Installation and setup
2222

@@ -116,10 +116,4 @@ Once the develop and debug cycle of the app is completed, you can create a produ
116116

117117
You can now pull the container from the registry to any host capable of running Docker images, for example [Azure Container Instances](/azure/container-instances/container-instances-tutorial-deploy-app).
118118

119-
## Additional resources
120-
121-
* [Container development with Visual Studio](/visualstudio/containers)
122-
* [Troubleshoot Visual Studio 2017 development with Docker](../../troubleshooting-docker-errors.md)
123-
* [Visual Studio Tools for Docker GitHub repository](https://github.com/Microsoft/DockerTools)
124-
125119
[0]:../../media/hosting-web-apps-in-docker/vs-acr-provisioning-dialog-2019.png

docs/containers/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Visual Studio Container Tools on Windows
33
description: Get to know the tools available in Visual Studio for working with Docker
44
author: ghogen
55
ms.author: ghogen
6+
ms.topic: overview
67
ms.date: 03/20/2019
78
ms.technology: vs-azure
89
---
@@ -113,7 +114,7 @@ For a detailed tutorial, see
113114

114115
For more information on Azure Service Fabric, see [Service Fabric](/azure/service-fabric).
115116

116-
## Continuous Delivery and Continuous Integration (CI/CD)
117+
## Continuous delivery and continuous integration (CI/CD)
117118

118119
Visual Studio integrates readily with Azure Pipelines for automated and continuous integration and delivery of changes to your service code and configuration. To get started, see [Create your first pipeline](/azure/devops/pipelines/create-first-pipeline?view=azure-devops&tabs=tfs-2018-2).
119120

0 commit comments

Comments
 (0)