From 71fe83a42f2c1a7c94c47c30cb1790b676d400a0 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Thu, 3 Apr 2025 16:45:41 +0200 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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