yang-xiaodong / aspnet-docker

Docker image for ASP.NET 5.

Home Page:https://registry.hub.docker.com/u/microsoft/aspnet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET Core Preview Docker Image

This repository contains Dockerfile definitions for ASP.NET Core Docker images.

This project is part of ASP.NET Core. You can find samples, documentation, and getting started instructions for ASP.NET Core at the Home repo.

Build Status of Docker Image on Circle CI Downloads from Docker Hub Stars on Docker Hub

Supported tags

coreclr-based images

mono-based images

How to use this image

Please read this article on .NET Web Development and Tools Blog to learn more about using this image.

This image provides the following environment variables:

  • DNX_USER_HOME: path to DNX installation (e.g. /opt/dnx)
  • DNX_VERSION: version of DNX (.NET Execution Environment) installed

In addition to these, PATH is set to include the dnx/dnu executables.

About

Docker image for ASP.NET 5.

https://registry.hub.docker.com/u/microsoft/aspnet/

License:MIT License


Languages

Language:Shell 100.0%