Skip to content

Latest commit

 

History

History
169 lines (130 loc) · 12.5 KB

README.aspnet.md

File metadata and controls

169 lines (130 loc) · 12.5 KB

Featured Tags

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

About This Image

This image contains the ASP.NET Core and .NET Core runtimes and libraries and is optimized for running ASP.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 web application

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

Type the following command to run a sample web application:

docker run -it --rm -p 8000:80 --name aspnetcore_sample mcr.microsoft.com/dotnet/core/samples:aspnetapp

After the application starts, navigate to http://localhost:8000 in your web browser. On Windows, you may need to navigate to the container via IP address. See ASP.NET Core apps in Windows Containers for instructions on determining the IP address, using the value of --name that you used in docker run.

See Hosting ASP.NET Core Images with Docker over HTTPS to use HTTPS with this image.

Related Repos

.NET Core:

.NET Framework:

Full Tag Listing

Linux amd64 Tags

Tags Dockerfile OS Version
3.0.0-buster-slim, 3.0-buster-slim, 3.0.0, 3.0, latest Dockerfile Debian 10
3.0.0-alpine3.9, 3.0-alpine3.9, 3.0.0-alpine, 3.0-alpine Dockerfile Alpine 3.9
3.0.0-disco, 3.0-disco Dockerfile Ubuntu 19.04
3.0.0-bionic, 3.0-bionic Dockerfile Ubuntu 18.04
2.2.7-stretch-slim, 2.2-stretch-slim, 2.2.7, 2.2 Dockerfile Debian 9
2.2.7-alpine3.9, 2.2-alpine3.9, 2.2.7-alpine, 2.2-alpine Dockerfile Alpine 3.9
2.2.7-bionic, 2.2-bionic Dockerfile Ubuntu 18.04
2.1.13-stretch-slim, 2.1-stretch-slim, 2.1.13, 2.1 Dockerfile Debian 9
2.1.13-alpine3.9, 2.1-alpine3.9, 2.1.13-alpine, 2.1-alpine Dockerfile Alpine 3.9
2.1.13-bionic, 2.1-bionic Dockerfile Ubuntu 18.04
.NET Core 3.1 Preview Tags
Tags Dockerfile OS Version
3.1.0-preview1-buster-slim, 3.1-buster-slim, 3.1.0-preview1, 3.1 Dockerfile Debian 10
3.1.0-preview1-alpine3.10, 3.1-alpine3.10, 3.1.0-preview1-alpine, 3.1-alpine Dockerfile Alpine 3.10
3.1.0-preview1-bionic, 3.1-bionic Dockerfile Ubuntu 18.04

Linux arm64 Tags

Tags Dockerfile OS Version
3.0.0-buster-slim-arm64v8, 3.0-buster-slim-arm64v8, 3.0.0, 3.0, latest Dockerfile Debian 10
3.0.0-alpine3.9-arm64v8, 3.0-alpine3.9-arm64v8, 3.0.0-alpine-arm64v8, 3.0-alpine-arm64v8 Dockerfile Alpine 3.9
3.0.0-disco-arm64v8, 3.0-disco-arm64v8 Dockerfile Ubuntu 19.04
3.0.0-bionic-arm64v8, 3.0-bionic-arm64v8 Dockerfile Ubuntu 18.04
.NET Core 3.1 Preview Tags
Tags Dockerfile OS Version
3.1.0-preview1-buster-slim-arm64v8, 3.1-buster-slim-arm64v8, 3.1.0-preview1, 3.1 Dockerfile Debian 10
3.1.0-preview1-alpine3.10-arm64v8, 3.1-alpine3.10-arm64v8, 3.1.0-preview1-alpine-arm64v8, 3.1-alpine-arm64v8 Dockerfile Alpine 3.10
3.1.0-preview1-bionic-arm64v8, 3.1-bionic-arm64v8 Dockerfile Ubuntu 18.04

Linux arm32 Tags

Tags Dockerfile OS Version
3.0.0-buster-slim-arm32v7, 3.0-buster-slim-arm32v7, 3.0.0, 3.0, latest Dockerfile Debian 10
3.0.0-disco-arm32v7, 3.0-disco-arm32v7 Dockerfile Ubuntu 19.04
3.0.0-bionic-arm32v7, 3.0-bionic-arm32v7 Dockerfile Ubuntu 18.04
2.2.7-stretch-slim-arm32v7, 2.2-stretch-slim-arm32v7, 2.2.7, 2.2 Dockerfile Debian 9
2.2.7-bionic-arm32v7, 2.2-bionic-arm32v7 Dockerfile Ubuntu 18.04
2.1.13-stretch-slim-arm32v7, 2.1-stretch-slim-arm32v7, 2.1.13, 2.1 Dockerfile Debian 9
2.1.13-bionic-arm32v7, 2.1-bionic-arm32v7 Dockerfile Ubuntu 18.04
.NET Core 3.1 Preview Tags
Tags Dockerfile OS Version
3.1.0-preview1-buster-slim-arm32v7, 3.1-buster-slim-arm32v7, 3.1.0-preview1, 3.1 Dockerfile Debian 10
3.1.0-preview1-bionic-arm32v7, 3.1-bionic-arm32v7 Dockerfile Ubuntu 18.04

Windows Server, version 1903 amd64 Tags

Tag Dockerfile
3.0.0-nanoserver-1903, 3.0-nanoserver-1903, 3.0.0, 3.0, latest Dockerfile
2.2.7-nanoserver-1903, 2.2-nanoserver-1903, 2.2.7, 2.2 Dockerfile
2.1.13-nanoserver-1903, 2.1-nanoserver-1903, 2.1.13, 2.1 Dockerfile
.NET Core 3.1 Preview Tags
Tag Dockerfile
3.1.0-preview1-nanoserver-1903, 3.1-nanoserver-1903, 3.1.0-preview1, 3.1 Dockerfile

Windows Server 2019 amd64 Tags

Tag Dockerfile
3.0.0-nanoserver-1809, 3.0-nanoserver-1809, 3.0.0, 3.0, latest Dockerfile
2.2.7-nanoserver-1809, 2.2-nanoserver-1809, 2.2.7, 2.2 Dockerfile
2.1.13-nanoserver-1809, 2.1-nanoserver-1809, 2.1.13, 2.1 Dockerfile
.NET Core 3.1 Preview Tags
Tag Dockerfile
3.1.0-preview1-nanoserver-1809, 3.1-nanoserver-1809, 3.1.0-preview1, 3.1 Dockerfile

Windows Server 2019 arm32 Tags

Tag Dockerfile
3.0.0-nanoserver-1809-arm32v7, 3.0-nanoserver-1809-arm32v7, 3.0.0, 3.0, latest Dockerfile
2.2.7-nanoserver-1809-arm32v7, 2.2-nanoserver-1809-arm32v7, 2.2.7, 2.2 Dockerfile
.NET Core 3.1 Preview Tags
Tag Dockerfile
3.1.0-preview1-nanoserver-1809-arm32v7, 3.1-nanoserver-1809-arm32v7, 3.1.0-preview1, 3.1 Dockerfile

Windows Server, version 1803 amd64 Tags

Tag Dockerfile
3.0.0-nanoserver-1803, 3.0-nanoserver-1803, 3.0.0, 3.0, latest Dockerfile
2.2.7-nanoserver-1803, 2.2-nanoserver-1803, 2.2.7, 2.2 Dockerfile
2.1.13-nanoserver-1803, 2.1-nanoserver-1803, 2.1.13, 2.1 Dockerfile
.NET Core 3.1 Preview Tags
Tag Dockerfile
3.1.0-preview1-nanoserver-1803, 3.1-nanoserver-1803, 3.1.0-preview1, 3.1 Dockerfile

You can retrieve a list of all available tags for dotnet/core/aspnet at https://mcr.microsoft.com/v2/dotnet/core/aspnet/tags/list.

Support

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

Feedback

License