Minimal dotnet core kestel web example application
301
The sources are at https://github.com/alexandervantrijffel/dotnetcorewebapp.
The default url https://*:5555 can be overridden with environment variable ASPNETCORE_URLS.
Example:
docker run --rm -ti --name dotnetcorewebapp -p -e "ASPNETCORE=443" 443:443 dotnetcorewebapp
Content type
Image
Digest
Size
464.1 MB
Last updated
about 9 years ago
docker pull structura/dotnetcorewebapp