Questions tagged [windows-server-container]

Windows Server Container is an isolated place where an windows server applications can run without affecting the rest of the system and without the system affecting the application.

Windows Server Container is an isolated place where an windows server applications can run without affecting the rest of the system and without the system affecting the application.

It is a work in progress and subject to change.

For more information see: https://msdn.microsoft.com/en-us/virtualization/windowscontainers/about/about_overview

30 questions
1
vote
1 answer

How to specify the windows version for the host node for Windows Server Containers on Azure Kubernetes Service?

I am following the guide on how to create Windows Server Containers on Azure Kubernetes Service. Link I pulled the sample image(mcr.microsoft.com/dotnet/framework/samples:aspnetapp) demonstrated in the guide, tagged it and uploaded it to Azure…
1
vote
1 answer

Azure ACS Kubernetes Windows Containers delayed access to internet

I used the Azure portal to create an Azure ACS for windows containers yesterday 4/19/17. I find that whenever I deploy to it the container can't reach the internet for 2-3 minutes. I logged in to one of the nodes and manual created a container from…
0
votes
0 answers

How to setup a Proxy in a Windows-Server Docker Container? (not with netsh command)

I'm trying to set up a Windows (servercore) Docker Container where I want to install different tools like GiT, MsBuild, and so on. I wanted to install the **chocolatey ** package to make the job easier, but I found out that I cannot install anything…
0
votes
1 answer

Worker Service on Docker returns 1053 Error on startup

First, Docker novice. Attempting to run a .Net5 Worker Service on a mcr.microsoft.com/windows/servercore:1909 docker image with the .Net5 and 3.1 sdks installed onto the system. The Service is being installed by a C# program (its part of a larger…
0
votes
1 answer

Externalization of postgreSQL database from windows comtainer

I have an APP running inside container on windows 2016 platform . The app uses the postgreSQL database .we want to persist the database when container destroy and another container up again . So we want to persist the database record . I see the…
0
votes
1 answer

Name resolution from windows pods does not work on 1.18.1

Have following setup below. Flannel is in VXLAN mode. Name resolution does not work from Windows nodes. Verified that following works: Windows POD -> external DNS server resolution Windows POD -> HTTPS connection to kubernetes API service IP Linux…
0
votes
1 answer

Unable to access kubernetes API server from Windows containers

I have kubernetes 1.17.4 running and Windows nodes joined to it. Overlay networking working fine in accessing all services within Kubernetes, the only problem is windows containers can not access https://kubernetes, connection fails on TCP level.…
0
votes
1 answer

Running attended installer inside docker windows/servercore

I've been attempting to move an application to the cloud for a while now and have most of the services set up in pods running in a k8s cluster. The last piece has been giving me trouble, I need to set up an image with an older piece of software that…
0
votes
1 answer

Windows Docker adding custom headers

I am trying to add the X-Forwarded-For request header to the mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2019 Docker base image using Add-WebConfigurationProperty. My Dockerfile looks like: FROM…
0
votes
1 answer

How do I upgrade a Kubernetes worker node on Windows Server 2019?

So I have a cluster with 3 CentOS 7 VMs (1 Master, 2 Worker) and 2 Windows Server 2019 worker nodes. I'm able to update the nodes on the CentOS VMs following this: https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/. Now, I…
0
votes
1 answer

Can't grant permission to IIS_IUSRS on windows container

I'm building a image, which was made by microsoft/aspnet and builder OS: C:\> systeminfo | findstr /B /C:"OS Name" /C:"OS Version" OS Name: Microsoft OS Version: 10.0.17763 N/A Build 17763 , I got error after…
John Jang
  • 2,567
  • 24
  • 28
0
votes
1 answer

Problems on downloads in docker based on windowsservercore (Appveyor, Visual Studio 2017)

I have a small question about file downloads on windowsservercore docker image. I have a small docker image listed here: https://github.com/EndurantDevs/sonarqube-mysql-windows-docker As you can see - there are four similar Docker files: 2 versions…
Nick
  • 225
  • 1
  • 10
0
votes
1 answer

Microsoft Visual C++ with /MDd produces broken executable inside Windows container

I build C++ code inside Windows container using Microsoft Visual C++ Build Tools 2015 msbuild /p:Configuration=Debug essentially runs cl.exe with /MDd option and produces unusable executable - see below. /p:Configuration=Release uses /MD and makes…
Ivan
  • 9,089
  • 4
  • 61
  • 74
-1
votes
1 answer

PortSip SDK C#: DllNotFoundException in Docker container while locally\EC2 works well

I have a .NET core application that uses the library of PortSip. So far everything worked fine both locally in my Windows 10 laptop and in an EC2 AWS instance with Windows Server 2019 installed, and now I would like to make this work in a Docker…
DanielY
  • 1,141
  • 30
  • 58
-2
votes
1 answer

Where is windows server 2012 container feature

I have read on some forums and tutorials that windows server offers a containers feature. I suppose this is a kind of "docker" but for windows. I tried to add the feature in the server manager but the container item is not available. Is it because a…
Bob5421
  • 7,757
  • 14
  • 81
  • 175
1
2