Docker

This is a continuation of the previous posts that covered how to setup and run Image2Docker.


Get-Package -Name Docker -ProviderName DockerMsftProvider
Find the current version with
Find-Package -Name Docker -ProviderName DockerMsftProvider
When you're ready, upgrade with
Install-Package -Name Docker -ProviderName DockerMsftProvider -Update -Force
Start-Service Docker
Sconfig
===============================================================================
Server Configuration
===============================================================================
1) Domain/Workgroup: Workgroup: WORKGROUP
2) Computer Name: WIN-HEFDK4V68M5
3) Add Local Administrator
4) Configure Remote Management Enabled
5) Windows Update Settings: DownloadOnly
6) Download and Install Updates
7) Remote Desktop: Disabled
...
docker build -t img2docker/aspnetwebsites.
$id = docker run -d -p 81:80 img2docker/aspnetwebsites
Here 81 is the host port number and 80 is the container port number.
docker logs $id
The Service 'W3SVC' is in the 'Running' state.
$ip = docker inspect --format '{{ .NetworkSettings.Networks.nat.IPAddress }}'
$id
start http://$($ip)
That will launch your browser and you’ll see your ASP.NET Web application running in IIS, in Windows Server Core, in a Docker container.
Share this:

Executive Summary Crystal Reports is aging out. Talent is shrinking. The modern stack has moved on. Yet migration projects stall because they are manual, error-prone, and slow. This article introduces a multi-agent AI pipeline — six specialist agents, each evaluated before advancing — that automates the Crystal-to-Power BI conversion end to end. Six Agents, Six […]

Seattle – [Mar23, 2026] – CloudIQ Technologies Inc today announced it has earned the AI Apps on Microsoft Azure specialization, a validation of a solution partner’s deep knowledge, extensive experience, and proven expertise in designing, developing, and deploying AI-powered applications on Microsoft Azure. Only partners that meet stringent criteria around customer success and staff skilling, […]

An SRE Perspective on Circuit Isolation, Fallback Traffic & Reliability Control Engineering resilience into a system is only half the story. Operating it under real-world load is the other half. A distributed cache protected by circuit breakers and automatic fallback is a powerful architectural construct. But from a DevOps and SRE perspective, the critical questions […]
Partner with CloudIQ to achieve immediate gains while building a strong foundation for long-term, transformative success.