UNCLASSIFIED

README.md 824 Bytes
Newer Older
Joshua Eason's avatar
Joshua Eason committed
1
# Overview
Joshua Eason's avatar
Joshua Eason committed
2

Joshua Eason's avatar
Joshua Eason committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
.NET Core SDK 2.1 LTS supported through August 21, 2021.

# Environment Variables

Name | Description | Default Value
--- | --- | ---
DOTNET_RUNNING_IN_CONTAINER | Informs runtime it is running within container | TRUE
DOTNET_USE_POLLING_FILE_WATCHER | Enables correct mode for dotnet watch | TRUE
NUGET_XMLDOC_MODE | Whether or not to extract XML documentation | SKIP

If you wish to utilize a ASP.NET application, you will need to set the following environment variable, where 80 corresponds to the port your application will be listening on:
```
ASPNETCORE_URLS=http://+:80
```

# Documentation

Documentation on .NET Core can be found at [https://docs.microsoft.com/en-us/dotnet/](https://docs.microsoft.com/en-us/dotnet/).

# Basis

This image was based on the Redhat RPMs for  Microsoft .NET Core SDK image.