Search results
7 wrz 2024 · The Official .NET Docker images are Docker images created and optimized by Microsoft. They're publicly available on Microsoft Artifact Registry. You can search over the catalog to find all .NET image repositories, for example .NET SDK repository.
This sample demonstrates how to use .NET Framework and Docker together. The sample builds the application in a container based on the larger .NET Framework SDK Docker image. This sample requires the Docker Desktop for Windows.
We update the supported .NET Framework images within 12 hours of any updates to their base images (e.g. windows/servercore:ltsc2019, windows/servercore:ltsc2022, etc.). We publish .NET Framework images as part of releasing new versions of .NET Framework including major/minor and servicing.
30 sie 2024 · The following characteristics are used to differentiate images: The target framework moniker (TFM) of the app. The OS, version, and architecture. The image type (for example, runtime, aspnet, sdk). The image variant (for example, *-distroless, *-chiseled). The image feature (for example, *-aot, *-extra). Images optimized for size
You can quickly run a container with a pre-built .NET Framework Docker image, based on the .NET Framework console sample. Type the following Docker command: docker run --rm mcr.microsoft.com/dotnet/framework/samples.
18 cze 2018 · This post describes the container images that we produce and update for you, that you can use with Docker, Kubernetes and other systems. When you are using .NET and Docker together, you are probably using the official .NET container images from Microsoft.
14 sty 2021 · Docker Images for .NET Framework Apps. Docker Images for .NET Core Apps. Going Forward - Docker Images for .NET 5. To run .NET apps in containers you need to have the .NET Framework or .NET Core runtime installed in the container image.