A windows base image to deploy web-database applications using clasic .NET Framework
1.2K
latest docker pull xavierhdz/dev_4_demos:latest
4.8-windowsservercore-20H2 docker pull xavierhdz/dev_4_demos:4.8-windowsservercore-20H2
4.8-windowsservercore-2004 docker pull xavierhdz/dev_4_demos:4.8-windowsservercore-2004
4.8-windowsservercore-ltsc2019 docker pull xavierhdz/dev_4_demos:4.8-windowsservercore-ltsc2019
Intended Use: Development and Testing only. Not supported in production environments.
A simple windows image that is ready to launch an IIS web server and a small sql server instance that allows us to deploy any .Net Framework based application.
In order to keep things as simple as possible and to modernize all .Net Framework applications, this image was designed to run in only one windows container the hole application.
This image is based on this docker images:
docker run -d -p 80:80 -p 1433:1433 -e sa_password=<SA_PASSWORD> -e ACCEPT_EULA=Y xavierhdz/dev_4_demos:4.8-windowsservercore-2004
You can connect to the SQL Server instance from inside the same container by using the sqlcmd utility, or from outside the container by downloading SQL Server Management Studio (SSMS). Follow this blog for detailed steps on how to connect to the SQL Server instance from inside or outside the container.
After the application starts, navigate to http://localhost:80 in your web browser. You need to navigate to the application via IP address instead of localhost for earlier Windows versions, which is demonstrated in View the ASP.NET app in a running container on Windows.
Content type
Image
Digest
Size
3.2 GB
Last updated
over 5 years ago
docker pull xavierhdz/dev_4_demos