Questions tagged [windows-container]

Windows containers are an operating system-level virtualization method for running multiple isolated Windows systems (containers) on a single control host.

Windows containers are an operating system-level virtualization method for running multiple isolated Windows systems (containers) on a single control host.

https://learn.microsoft.com/en-us/virtualization/windowscontainers/about/index

At runtime windows containers share the windows-kernel of the underlying operating system, which sets them apart from linux-containers. A windows container cannot run on a linux-kernel and vice-versa.

Use this tag for indicating that you are using containers which share a Windows kernel.

Do not use this tag if you are using linux containers on Windows.

352 questions
0
votes
1 answer

Kubernetes component setup for Windows Server 2016

I want to setup Kubernetes on Windows Server 2016. I have been following https://kubernetes.io/docs/getting-started-guides/windows/ however I am getting validation errors when building the kubelet.exe and kube-proxy.exe. I have cloned the kubernetes…
0
votes
1 answer

What patterns are people using for hosting Web Forms application in Windows Containers?

What is the best practice for hosting legacy ASP.NET web form applications in Windows Containers? One image per web app? Compiled web apps mounted into a container of the ASPNET image at docker run?
Chris Clements
  • 168
  • 1
  • 10
-1
votes
1 answer

Is it possible to create an image using dotnet aspnet as a base and dotnet sdk as build with powershell?

I have specific task, Docker file that has 2 stages. First stage is dotnet/aspnet:6.0 as base And then I have dotnet/sdk:6.0 as build stage. I need PowerShell in this docker container so i could exec some commands after in running container. Here is…
-1
votes
1 answer

Docker Windows Container Access is denied issue

OS: Windows Docker Desktop version: Server: Docker Desktop 4.7.1 (77678) Expected behavior: Once i run the following command to successfully download, extract and install windows images in my system. docker pull…
-1
votes
1 answer

In terms of networking, are there any limitation to windows container over linux container like host network access from container

Limitation of window container over Linux container in terms of networking like host network access from container I have done research on window container but could not find any relevant information on the limitation of window container over Linux…
-1
votes
1 answer

Windows Containers Fundamental Question - Base Image Always Required?

I am a completely newbie when it comes to containers. I am particularly interested into Windows Containers running in Process Isolation (not Hyper-V Isolation) I have been doing a lot of reading and watching of videos but there is one fundamental…
Aaron Glover
  • 1,199
  • 2
  • 13
  • 30
-2
votes
1 answer

Windows container capture tcpdump

How to capture network traffic packets inside windows container? We have OpenShift Windows Container and not sure how to capture the network traffic like using WireShark inside the container Please provide any example on how to do this. From our…
user804401
  • 1,990
  • 9
  • 38
  • 71
1 2 3
23
24