Elton Stoneman
Elton Stoneman
Web apps can have several bindings - e.g. HTTP on port 8088, net.tcp on port 8888. Need to extract them from the source config and include them in the `New-Website`...
The Windows Server Core base image does not have .NET 3.5, so we need to check if the source has it and either add to the Dockerfile, or switch to...
To cater for scenarios where the source VM runs multiple workloads. E.g. for IIS, generate a separate Dockerfile for each web app, so a VM which hosts many sites can...
So users can replace the default template with their own. Would allow extracting artifacts into Dockerfiles using a preferred base image, instead of `microsoft/windowsservercore`.
With PowerShell dependencies & the tool module installed, so you can do `docker run docker/image2docker my.vhd` on any Windows box.
Target paths need to be Windows format, so we need Windows overrides for all Compose files with volumes.
- WebForms app to run on Windows - all infra components to run on Linux - message handlers and API to run on Linux or Windows