31 questions
Score of 0
1 answer
1157 views
How to use windows nano server image for hosting my .net application
Installing Oracle Client and .NET Framework on Windows Nano Server LTSC 2022 for .NET Application Hosting
Background:
I have successfully hosted a .NET application on a Windows Server Core LTSC 2022, ...
Score of 1
0 answers
226 views
Srvnet service is not starting in windows container
I need to start file sharing service on windows container
One of my application wants to access folder inside the container through //hostname or ip address/C$/C/windows like this
How can I make it ...
Score of 0
1 answer
383 views
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 ...
Score of 2
0 answers
164 views
Binaries inside windows docker not displaying error messages
Usually when binaries under windows are not able to load dependencies (e.g. a missing dll) they show that via a pop-up message. When I run the same binary inside a windows server core docker container ...
Score of 7
3 answers
7576 views
error invalid windows mount type: 'bind' on Windows 10 docker build of Windows container
I just installed the latest Windows 10 Pro 20H2. After installing Docker Desktop and switching it for Windows containers, it asked me to do the following
Enable-WindowsOptionalFeature -Online -...
Score of -1
1 answer
488 views
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 ...
Score of 3
2 answers
1874 views
Install SQL Server LocalDB on Server Core 2019 in Docker container
Within a Docker container (image = mcr.microsoft.com/windows/servercore:ltsc2019), I have downloaded the SQL Server Express 2019 installer.
I have successfully downloaded the LocalDB msi with:
SQL2019-...
Score of 2
0 answers
521 views
Docker Windows Error Reporting Crash dump for StackOverflowExceptions not wokring
I am trying to configure a docker image so that we get a memory dump when a container crashes.
I have configured the registry settings for "Windows Error Reporting" so that it should write a ...
Score of 0
1 answer
34 views
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 ...
Score of 0
1 answer
591 views
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 -> ...
Score of 0
1 answer
408 views
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 ...
Score of 0
1 answer
555 views
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 ...
Score of 0
1 answer
487 views
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 ...
Score of 0
1 answer
329 views
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/...
Score of 0
1 answer
1693 views
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: ...