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:
In today's fast-paced enterprise world, the pressure is on to create workflows that are not just efficient, but truly intelligent and scalable. Gone are the days when clunky, form-based interfaces could keep up. They were rigid, often frustrating for users, and crucially, lacked the smarts needed to drive real productivity. But what if your forms […]
Are outdated HR processes holding your enterprise back? In today's hyper-competitive landscape, the efficiency of your human resources directly impacts your bottom line, employee satisfaction, and ability to attract top talent. Yet, many organizations are still grappling with manual, resource-intensive tasks that drain productivity and stifle growth. Imagine a world where: Crafting compelling job descriptions […]
In today's hyper-competitive digital landscape, delivering an exceptional user experience (UX) isn't just a nice-to-have – it's the bedrock of customer loyalty and business growth. But as customer behaviors constantly evolve and applications grow increasingly complex, a critical question emerges: How can organizations consistently measure, monitor, and elevate the user experience at scale, and in […]
Partner with CloudIQ to achieve immediate gains while building a strong foundation for long-term, transformative success.