This repository contains Dockerfile
definitions for ASP.NET 5 Docker images.
This project is part of ASP.NET 5. You can find samples, documentation, and getting started instructions for ASP.NET 5 at the Home repo.
1.0.0-rc1-update1-coreclr
(1.0.0-rc1-update1-coreclr/Dockerfile)1.0.0-rc1-final-coreclr
(1.0.0-rc1-final-coreclr/Dockerfile)1.0.0-beta8-coreclr
(1.0.0-beta8-coreclr/Dockerfile)1.0.0-beta7-coreclr
(1.0.0-beta7-coreclr/Dockerfile)
1.0.0-rc1-update1
,latest
(1.0.0-rc1-update1/Dockerfile)1.0.0-rc1-final
, (1.0.0-rc1-final/Dockerfile)1.0.0-beta8
, (1.0.0-beta8/Dockerfile)1.0.0-beta7
, (1.0.0-beta7/Dockerfile)1.0.0-beta6
, (1.0.0-beta6/Dockerfile)1.0.0-beta5
, (1.0.0-beta5/Dockerfile)
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.