A WindowsServerCore based image to expose IIS with ASP.NET 4.5 and common dependencies setup
808
docker run -d -p 8000:80 spring2/aspnet45
Best used as a base image:
FROM spring2/aspnet45
COPY myapp/ /www
Content type
Image
Digest
Size
4.7 GB
Last updated
over 9 years ago
docker pull spring2/aspnet45