Skip to content

Latest commit

 

History

History
142 lines (92 loc) · 9.87 KB

README.runtime.md

File metadata and controls

142 lines (92 loc) · 9.87 KB

Featured Tags

  • 2.2 (Current)
    • docker pull mcr.microsoft.com/dotnet/core/runtime:2.2
  • 2.1 (LTS)
    • docker pull mcr.microsoft.com/dotnet/core/runtime:2.1

About This Image

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

Watch dotnet/announcements for Docker-related .NET announcements.

How to Use the Image

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

Container sample: Run a simple application

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

Type the following command to run a sample console application:

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

Related Repos

.NET Core:

.NET Framework:

Full Tag Listing

Linux amd64 tags

.NET Core 3.0 Preview tags

Linux arm64 tags

.NET Core 3.0 Preview tags

Linux arm32 tags

.NET Core 3.0 Preview tags

Windows Server, version 1809 amd64 tags

.NET Core 3.0 Preview tags

Windows Server, version 1803 amd64 tags

.NET Core 3.0 Preview tags

Windows Server, version 1709 amd64 tags

.NET Core 3.0 Preview tags

Windows Server, version 1809 arm32 tags

.NET Core 3.0 Preview tags

For more information about these images and their history, please see the relevant Dockerfile. These images are updated via pull requests to the dotnet/dotnet-docker GitHub repo.

Support

See Microsoft Support for .NET Core for the support lifecycle.

Feedback

License