Simple sample application from https://github.com/dotnet/dotnet-docker/tree/master/samples/aspnetapp
249
Simple sample application from https://github.com/dotnet/dotnet-docker/tree/master/samples/aspnetapp
Used to test HTTP vs HTTPS.
HTTP version example:
docker run -it --rm -p 8888:80 -e "ASPNETCORE_URLS=http://0.0.0.0:80" buzzsurfr/aspnetapp
then browse to http://localhost:8888
HTTPS version example:
docker run -it --rm -p 8443:443 -e "ASPNETCORE_URLS=https://0.0.0.0:443" buzzsurfr/aspnetapp
then browse to https://localhost:8443
Content type
Image
Digest
Size
562.1 MB
Last updated
over 8 years ago
docker pull buzzsurfr/aspnetapp