Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 3.32 KB

README.runtime.portal.md

File metadata and controls

68 lines (44 loc) · 3.32 KB

About

This image contains the .NET runtimes and libraries and is optimized for running .NET apps in production.

Watch discussions for Docker-related .NET announcements.

Featured Tags

  • 7.0 (RC)
    • docker pull mcr.microsoft.com/dotnet/runtime:7.0
  • 6.0 (LTS)
    • docker pull mcr.microsoft.com/dotnet/runtime:6.0

Related Repos

.NET:

.NET Framework:

Usage

The .NET Docker samples show various ways to use .NET and Docker together. See Building Docker Images for .NET Applications to learn more.

Container sample: Run a simple application

You can quickly run a container with a pre-built .NET Docker image, based on the .NET console sample.

Type the following command to run a sample console application:

docker run --rm mcr.microsoft.com/dotnet/samples

Support

Lifecycle

Image Update Policy

  • We update the supported .NET images within 12 hours of any updates to their base images (e.g. debian:buster-slim, windows/nanoserver:ltsc2022, buildpack-deps:bionic-scm, etc.).
  • We publish .NET images as part of releasing new versions of .NET including major/minor and servicing.

Feedback

License