diff --git a/README.md b/README.md index 6d3885a..06af133 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # net-base -Base docker file that allows you to deploy .NET wit ease. +Base docker image that allows you to deploy .NET APIs with ease. Microsoft makes some images available to deploy .NET applications in Docker. -However in order to use them, there is need for some tweaking. +However in order to use them succesfully, some additional work is needed. +This image intends to make this much easier. This image is based on the *mcr.microsoft.com/dotnet/aspnet* image, but includes these tweaks. Among other things these tweaks are included : - - automatic generation of certificate for the web server + - automatic certificate generation for the web server - disable telemetry - inclusion of tzdata for time setup