Skip to content

Latest commit

 

History

History
99 lines (69 loc) · 6.26 KB

README.aspnet.md

File metadata and controls

99 lines (69 loc) · 6.26 KB

Featured Tags

  • 4.8
    • docker pull mcr.microsoft.com/dotnet/framework/aspnet:4.8
  • 3.5
    • docker pull mcr.microsoft.com/dotnet/framework/aspnet:3.5

About This Image

ASP.NET is a high productivity framework for building Web Applications using Web Forms, MVC, Web API and SignalR.

This image contains:

  • Windows Server Core as the base OS
  • IIS 10 as Web Server
  • .NET Framework (multiple versions available)
  • .NET Extensibility for IIS

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

How to use these Images

The .NET Framework Docker samples show various ways to use .NET Framework and Docker together.

Container sample: Run an ASP.NET application

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

Type the following Docker command:

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

After the application starts, navigate to http://localhost:8000 in your web browser. You need to navigate to the application via IP address instead of localhost for earlier Windows versions, which is demonstrated in View the ASP.NET app in a running container on Windows.

Related Repos

.NET Framework:

.NET Core:

Full Tag Listing

Windows Server, version 1909 amd64 Tags

Tag Dockerfile
4.8-20191118-windowsservercore-1909, 4.8-windowsservercore-1909, 4.8, latest Dockerfile
3.5-20191118-windowsservercore-1909, 3.5-windowsservercore-1909, 3.5 Dockerfile

Windows Server, version 1903 amd64 Tags

Tag Dockerfile
4.8-20191008-windowsservercore-1903, 4.8-windowsservercore-1903, 4.8, latest Dockerfile
3.5-20191008-windowsservercore-1903, 3.5-windowsservercore-1903, 3.5 Dockerfile

Windows Server 2019 amd64 Tags

Tag Dockerfile
4.8-20191008-windowsservercore-ltsc2019, 4.8-windowsservercore-ltsc2019, 4.8, latest Dockerfile
4.7.2-20191112-windowsservercore-ltsc2019, 4.7.2-windowsservercore-ltsc2019, 4.7.2 Dockerfile
3.5-20191008-windowsservercore-ltsc2019, 3.5-windowsservercore-ltsc2019, 3.5 Dockerfile

Windows Server 2016 amd64 Tags

Tag Dockerfile
4.8-20191008-windowsservercore-ltsc2016, 4.8-windowsservercore-ltsc2016, 4.8, latest Dockerfile
4.7.2-20191112-windowsservercore-ltsc2016, 4.7.2-windowsservercore-ltsc2016, 4.7.2 Dockerfile
4.7.1-20191112-windowsservercore-ltsc2016, 4.7.1-windowsservercore-ltsc2016, 4.7.1 Dockerfile
4.7-20191008-windowsservercore-ltsc2016, 4.7-windowsservercore-ltsc2016, 4.7 Dockerfile
4.6.2-20191112-windowsservercore-ltsc2016, 4.6.2-windowsservercore-ltsc2016, 4.6.2 Dockerfile
3.5-20191008-windowsservercore-ltsc2016, 3.5-windowsservercore-ltsc2016, 3.5 Dockerfile

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

Support

See the .NET Framework Lifecycle FAQ

Feedback

License

View license information for the software contained in this image.

Windows Container images use the same license as the Windows Server Core base image.