Questions tagged [windows]
Windows is the brand name for a series of operating systems from Microsoft. Use this tag to describe questions about DevOps tools and practices on the Windows Operating System.
104 questions
Score of 0
1 answer
1940 views
Podman server containers not accessible over network or host IP on Windows
I'm trying to run server applications from containers running on Podman on Windows. I have mostly succeeded: I get the containers up and running and can access them over localhost/127.0.0.1, but I'm ...
Score of 0
0 answers
139 views
Best Practice for Version Control with Desktop Apps
When I say version control here, I'm talking specifically about the version number of the software I'm working on. I'm using git and happy with the general workflow, and have plans on how to improve ...
Score of 0
1 answer
343 views
How can I enable Windows built-in firewall rules with Ansible independently of localization?
Windows has a lot of built-in firewall rules. Not all of them are enabled by default. I want to write an Ansible playbook, that can enable specific rules. Unfortunately, the rule names and groups are ...
Score of 0
1 answer
303 views
Change workspace directory name of jenkins windows node from E:\workspace to E:\ws
I have a jenkins controller 2.504.3 on ubuntu with one of the nodes being windows 2025 server. This node serves as build agent for windows specific tools.
On the older jenkins(2.387) I was able to ...
Score of 0
1 answer
634 views
How to bindmount /etc/passwd using linux guest on windows host (docker desktop)?
I am running Docker Desktop for Windows with WSL2 integration.
I'm not sure what that wsl2 integration does though.
I am having trouble bind-mounting /etc/passwd from the host to the guest.
Docker ...
Score of 0
0 answers
200 views
How to Access UNC Path Over VPN from Windows Docker Container
My application need to reach a UNC path (like \\server_name\folder_name) from docker container.
The UNC is reachable within a VPN. My app can reach it from my computer while run directly but fails to ...
Score of 0
1 answer
417 views
Bind dedicated ip to docker container in Windows Server 2022
I have a Windows server 2022 host and on it, I launched a docker container running the same Windows server core OS. This server has 2 IPs attached to it and I want one of them to be assigned only to ...
Score of 1
2 answers
702 views
Docker gets stuck when running 16 tests
I'm running my dotnet 7.0 tests using "testcontainers" on windows machine. The tests are parallelized integration tests which use SQL Server inside a Linux docker container. Each test ...
Score of 0
2 answers
243 views
Unable to connect to my EventStore docker container
This is my first attempt at setting up docker containers. I've managed to create a SQL Server container that I can connect to, but I've been struggling for more than a month to get my EventStore ...
Score of 0
1 answer
1647 views
Windows 10 docker desktop keeps showing Kubernetes is starting
I checked the Enable Kubernetes in windows Docker Desktop and it keeps circling and showing Kubernetes is starting...
I searched and couldn't find any proper answer. Some advises are about deleting ...
Score of 0
1 answer
5082 views
how to run powershell script as windows administrator user using ansible
i want to run a power shell script on remote windows machine. The PowerShell script will install software on C drive. The user which used to login is already in administrator group.
But when the ...
Score of 0
2 answers
637 views
Windows curl command corrupts zip files on upload to SFTP server
Per our IT department, I have to use a curl command to upload files to our SFTP server.
I use a Jenkins pipeline to build our artifacts on Windows build nodes, which are *.zip files, and this is the ...
Score of 2
1 answer
2581 views
Azure DevOps Pipeline failure - Program does not contain a static 'Main' method suitable for an entry point
I have been tasked with deploying an email service to an Azure tenant using Windows Containers. In my Pipeline (Azure DevOps), I am receiving the following error when in the build step:
CSC : error ...
Score of 2
0 answers
171 views
Jenkins build fails when no commits in the code (ChannelSftp.throwStatusError)
I have built a jenkins pipeline for executing a test on a windows server. Once the automated test report is generated on the windows server, it ships that report to a different server.
There are ...
Score of 2
2 answers
4254 views
Docker.Core.HttpBadResponseException: {"message":"2 errors occurred:\n\t* provisioning docker WSL distros: deploying
2 years cannot fix error install Docker on Windows
Docker.Core.HttpBadResponseException:
{"message":"2 errors occurred:\n\t* provisioning docker WSL distros: deploying \"docker-...
