Tag

windows-container

1 views collected around this technical thread.

YunZhu Net Technology Team
YunZhu Net Technology Team
Jul 27, 2021 · Cloud Native

Deploying .NET Framework Applications with Windows Containers on Alibaba Cloud ECS and ACK

This guide explains how to use Windows Containers on Alibaba Cloud ECS and ACK to containerize and run .NET Framework 4.x applications, covering Windows Container basics, Alibaba Cloud image support, step‑by‑step deployment commands, networking, resource limits, and Docker Compose usage.

.NET FrameworkAlibaba CloudDocker
0 likes · 10 min read
Deploying .NET Framework Applications with Windows Containers on Alibaba Cloud ECS and ACK
DevOps
DevOps
Feb 19, 2017 · Cloud Native

Ctrip’s Experience with Windows Containers: Architecture, Migration, Storage, Networking, and Orchestration

This article details Ctrip’s practical investigation of Windows containers, explaining why they adopted them for .NET workloads, the migration process, container types, image handling, storage and network models, orchestration choices such as Docker, Mesos, and the remaining challenges and future plans.

.NETContainer OrchestrationDocker
0 likes · 16 min read
Ctrip’s Experience with Windows Containers: Architecture, Migration, Storage, Networking, and Orchestration
DevOps
DevOps
Feb 15, 2017 · Cloud Native

Deploying an Old ASP.NET MVC 2 Application with SQL Server Using Windows Containers

This tutorial demonstrates how to containerize a legacy ASP.NET MVC 2 web application with a SQL Server database by running a Windows Container, configuring volume mappings, updating connection strings, creating a Dockerfile, building an image, and deploying the service.

.NETASP.NET MVCDevOps
0 likes · 5 min read
Deploying an Old ASP.NET MVC 2 Application with SQL Server Using Windows Containers
DevOps
DevOps
Feb 12, 2017 · Cloud Native

Using Docker and Windows Containers for Traditional .NET Development

This article explains how to set up a Windows development environment, enable Windows and Hyper‑V containers, create a Dockerfile for legacy .NET applications, build and run the container, and discusses practical considerations such as image size and deployment nuances.

.NETDevOpsDocker
0 likes · 9 min read
Using Docker and Windows Containers for Traditional .NET Development