From 21cb6a20a7de4b3ebb7aef742cdfa2c92a6bfa8b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 6 May 2026 21:07:13 +0000 Subject: [PATCH 1/2] Initial plan From dea66206e2019686604af0e2dcda6a298a26c96e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 6 May 2026 21:08:28 +0000 Subject: [PATCH 2/2] Update GC anchor links from #sc to #gc-using-docker-and-small-containers Fixes #37127 Agent-Logs-Url: https://github.com/dotnet/AspNetCore.Docs/sessions/0d28383f-027e-4a15-9917-642559ee950d Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com> --- .../docker/includes/building-net-docker-images10.md | 2 +- .../docker/includes/building-net-docker-images5.md | 2 +- .../docker/includes/building-net-docker-images7.md | 2 +- .../docker/includes/building-net-docker-images8.md | 2 +- .../docker/includes/building-net-docker-images9.md | 2 +- aspnetcore/host-and-deploy/docker/index.md | 2 +- .../host-and-deploy/docker/visual-studio-tools-for-docker.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images10.md b/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images10.md index 15c67610745f..3a98f9d96c93 100644 --- a/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images10.md +++ b/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images10.md @@ -157,7 +157,7 @@ In the preceding *Dockerfile*, the `*.csproj` files are copied and restored as d * [Configure ASP.NET Core to work with proxy servers and load balancers](xref:host-and-deploy/proxy-load-balancer) * [Working with Visual Studio Docker Tools](xref:host-and-deploy/docker/visual-studio-tools-for-docker) * [Debugging with Visual Studio Code](https://code.visualstudio.com/docs/nodejs/debugging-recipes#_debug-nodejs-in-docker-containers) -* [GC using Docker and small containers](xref:performance/memory#sc) +* [GC using Docker and small containers](xref:performance/memory#gc-using-docker-and-small-containers) * [System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached](xref:host-and-deploy/docker/index#d128) * [Updates to Docker images](https://andrewlock.net/exploring-the-dotnet-8-preview-updates-to-docker-images-in-dotnet-8/) diff --git a/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images5.md b/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images5.md index 66c20439b529..3ae0fde886b4 100644 --- a/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images5.md +++ b/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images5.md @@ -339,7 +339,7 @@ In the preceding *Dockerfile*, the `*.csproj` files are copied and restored as d * [Configure ASP.NET Core to work with proxy servers and load balancers](xref:host-and-deploy/proxy-load-balancer) * [Working with Visual Studio Docker Tools](xref:host-and-deploy/docker/visual-studio-tools-for-docker) * [Debugging with Visual Studio Code](https://code.visualstudio.com/docs/nodejs/debugging-recipes#_debug-nodejs-in-docker-containers) -* [GC using Docker and small containers](xref:performance/memory#sc) +* [GC using Docker and small containers](xref:performance/memory#gc-using-docker-and-small-containers) * [System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached](xref:host-and-deploy/docker/index#d128) ## Next steps diff --git a/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images7.md b/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images7.md index 9beeba6eaad0..6dcfe1e5226f 100644 --- a/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images7.md +++ b/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images7.md @@ -160,7 +160,7 @@ In the preceding *Dockerfile*, the `*.csproj` files are copied and restored as d * [Configure ASP.NET Core to work with proxy servers and load balancers](xref:host-and-deploy/proxy-load-balancer) * [Working with Visual Studio Docker Tools](xref:host-and-deploy/docker/visual-studio-tools-for-docker) * [Debugging with Visual Studio Code](https://code.visualstudio.com/docs/nodejs/debugging-recipes#_debug-nodejs-in-docker-containers) -* [GC using Docker and small containers](xref:performance/memory#sc) +* [GC using Docker and small containers](xref:performance/memory#gc-using-docker-and-small-containers) * [System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached](xref:host-and-deploy/docker/index#d128) * [Updates to Docker images](https://andrewlock.net/exploring-the-dotnet-8-preview-updates-to-docker-images-in-dotnet-8/) diff --git a/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images8.md b/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images8.md index ed5d47700b82..efdd8cf1421f 100644 --- a/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images8.md +++ b/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images8.md @@ -157,7 +157,7 @@ In the preceding *Dockerfile*, the `*.csproj` files are copied and restored as d * [Configure ASP.NET Core to work with proxy servers and load balancers](xref:host-and-deploy/proxy-load-balancer) * [Working with Visual Studio Docker Tools](xref:host-and-deploy/docker/visual-studio-tools-for-docker) * [Debugging with Visual Studio Code](https://code.visualstudio.com/docs/nodejs/debugging-recipes#_debug-nodejs-in-docker-containers) -* [GC using Docker and small containers](xref:performance/memory#sc) +* [GC using Docker and small containers](xref:performance/memory#gc-using-docker-and-small-containers) * [System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached](xref:host-and-deploy/docker/index#d128) * [Updates to Docker images](https://andrewlock.net/exploring-the-dotnet-8-preview-updates-to-docker-images-in-dotnet-8/) diff --git a/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images9.md b/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images9.md index 5c3e29071997..b157c49f8b66 100644 --- a/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images9.md +++ b/aspnetcore/host-and-deploy/docker/includes/building-net-docker-images9.md @@ -157,7 +157,7 @@ In the preceding *Dockerfile*, the `*.csproj` files are copied and restored as d * [Configure ASP.NET Core to work with proxy servers and load balancers](xref:host-and-deploy/proxy-load-balancer) * [Working with Visual Studio Docker Tools](xref:host-and-deploy/docker/visual-studio-tools-for-docker) * [Debugging with Visual Studio Code](https://code.visualstudio.com/docs/nodejs/debugging-recipes#_debug-nodejs-in-docker-containers) -* [GC using Docker and small containers](xref:performance/memory#sc) +* [GC using Docker and small containers](xref:performance/memory#gc-using-docker-and-small-containers) * [System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached](xref:host-and-deploy/docker/index#d128) * [Updates to Docker images](https://andrewlock.net/exploring-the-dotnet-8-preview-updates-to-docker-images-in-dotnet-8/) diff --git a/aspnetcore/host-and-deploy/docker/index.md b/aspnetcore/host-and-deploy/docker/index.md index f0722cadc92c..8b8b20a467f1 100644 --- a/aspnetcore/host-and-deploy/docker/index.md +++ b/aspnetcore/host-and-deploy/docker/index.md @@ -40,7 +40,7 @@ Find out how to use the Visual Studio Container Tools extension to deploy an ASP [Configure ASP.NET Core to work with proxy servers and load balancers](xref:host-and-deploy/proxy-load-balancer) Additional configuration might be required for apps hosted behind proxy servers and load balancers. Passing requests through a proxy often obscures information about the original request, such as the scheme and client IP. It might be necessary to forward some information about the request manually to the app. -[GC using Docker and small containers](xref:performance/memory#sc) +[GC using Docker and small containers](xref:performance/memory#gc-using-docker-and-small-containers) Discusses GC selection with small containers. [!INCLUDE[](~/includes/128.md)] diff --git a/aspnetcore/host-and-deploy/docker/visual-studio-tools-for-docker.md b/aspnetcore/host-and-deploy/docker/visual-studio-tools-for-docker.md index e871dbbf0169..20d3a4016007 100644 --- a/aspnetcore/host-and-deploy/docker/visual-studio-tools-for-docker.md +++ b/aspnetcore/host-and-deploy/docker/visual-studio-tools-for-docker.md @@ -236,6 +236,6 @@ There may be an expectation for the production or release image to be smaller in * [Deploy a .NET app in a Windows container to Azure Service Fabric](/azure/service-fabric/service-fabric-host-app-in-a-container) * [Troubleshoot Visual Studio development with Docker](/azure/vs-azure-tools-docker-troubleshooting-docker-errors) * [Visual Studio Container Tools GitHub repository](https://github.com/Microsoft/DockerTools) -* [GC using Docker and small containers](xref:performance/memory#sc) +* [GC using Docker and small containers](xref:performance/memory#gc-using-docker-and-small-containers) * [System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached](xref:host-and-deploy/docker/index#d128) * [Updates to Docker images](https://andrewlock.net/exploring-the-dotnet-8-preview-updates-to-docker-images-in-dotnet-8/) \ No newline at end of file