update readme
This commit is contained in:
parent
b5a7c42226
commit
71fe83a42f
@ -1,12 +1,13 @@
|
|||||||
# net-base
|
# 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.
|
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.
|
This image is based on the *mcr.microsoft.com/dotnet/aspnet* image, but includes these tweaks.
|
||||||
Among other things these tweaks are included :
|
Among other things these tweaks are included :
|
||||||
- automatic generation of certificate for the web server
|
- automatic certificate generation for the web server
|
||||||
- disable telemetry
|
- disable telemetry
|
||||||
- inclusion of tzdata for time setup
|
- inclusion of tzdata for time setup
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user