Sign inSign up

xavierhdz/dev_4_demos

By xavierhdz

Updated over 5 years ago

A windows base image to deploy web-database applications using clasic .NET Framework

Image
0

1.2K

xavierhdz/dev_4_demos repository overview

  • 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

About This Image

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:

How to use this image?

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.

Requirements

  • This image requires Docker Engine 1.8+ in any of their supported platforms.
  • At least 2GB of RAM (3.25 GB prior to 2017-CU2). Make sure to assign enough memory to the Docker VM if you're running on Docker for Mac or Windows.

Support

  • For issues with or questions about this image, please contact me through the GitHub page.

Tag summary

Content type

Image

Digest

Size

3.2 GB

Last updated

over 5 years ago

docker pull xavierhdz/dev_4_demos