From 98d2741b64b209fac926d0ac2e9020c9bb9c015e Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Tue, 9 Apr 2019 18:38:03 -0700 Subject: [PATCH] remove link to deleted article (#11918) * remove link to deleted article * remove deleted article from ToC --- aspnetcore/host-and-deploy/docker/index.md | 3 --- aspnetcore/toc.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/aspnetcore/host-and-deploy/docker/index.md b/aspnetcore/host-and-deploy/docker/index.md index f3bdab315a..2c91852d18 100644 --- a/aspnetcore/host-and-deploy/docker/index.md +++ b/aspnetcore/host-and-deploy/docker/index.md @@ -23,9 +23,6 @@ Learn terms and definitions for Docker technology. [Docker containers, images, and registries](/dotnet/standard/microservices-architecture/container-docker-introduction/docker-containers-images-registries) Find out how Docker container images are stored in an image registry for consistent deployment across environments. -[Build Docker Images for .NET Core Applications](/dotnet/articles/core/docker/building-net-docker-images) -Learn how to build and dockerize an ASP.NET Core app. Explore Docker images maintained by Microsoft and examine use cases. - [Visual Studio Tools for Docker](xref:host-and-deploy/docker/visual-studio-tools-for-docker) Discover how Visual Studio 2017 supports building, debugging, and running ASP.NET Core apps targeting either .NET Framework or .NET Core on Docker for Windows. Both Windows and Linux containers are supported. diff --git a/aspnetcore/toc.yml b/aspnetcore/toc.yml index 1ee94244fe..c305122330 100644 --- a/aspnetcore/toc.yml +++ b/aspnetcore/toc.yml @@ -749,9 +749,6 @@ - name: Overview displayName: deploy, publish, docker uid: host-and-deploy/docker/index - - name: Build Docker images - displayName: deploy, publish, docker - href: /dotnet/core/docker/building-net-docker-images - name: Visual Studio Tools displayName: deploy, publish, docker uid: host-and-deploy/docker/visual-studio-tools-for-docker