Creating an I mage for .net application

Hi Gurus,

I have just began the journey with Docker.

I have a .net application running on windows 2008 R2 server on IIS 7.

The current process of deployment of application is.

  1. The code is developed and built using the MSbuild
  2. The built binaries are replaces on to the staging environments where the IIS app pool and websites are already created. i.e. basically deployment is copy and paste and restart.

I want to create an docker image of this application how can I do it ?.

the second part of the question is how can I deploy this on a windows container?
Appreciate your help :slight_smile:

regards,
Sunil Pawar