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.

Windows is a family of operating systems developed by Microsoft. Originally a graphical add-on for Microsoft DOS, Windows is a common choice for commercial and private operating system users.

Today there are several branches of Windows:

  • Windows for desktops, notebooks, netbooks, and tablets
  • Windows Server, for servers
  • Windows Embedded Compact, for embedded devices
  • Windows Phone, for smartphones

DevOps on Windows is often referred to as "WinOps", a portmanteau of "Windows" and "DevOps".

108 questions
15
votes
2 answers

Does Docker allow containers to be OS agnostic?

We currently use a Windows based server to host 2 VMs. One VM uses Windows with a Windows app and the other VM uses Linux with a Linux app. Is the below scenario possible? Bare server with Windows 2016 (no VMs). Install Docker engine. Install…
nanonerd
  • 251
  • 1
  • 2
  • 3
14
votes
5 answers

Cannot connect to chocolatey.org or any other internet site from within container

xpost from https://forums.docker.com/t/cannot-connect-to-chocolatey-org/38745 Expected behavior I'm running Windows Server 2016 Datacenter (MSDN download) 64 bit - Version 1607 - Build 14393.1715 I'm using Docker For Windows and running Windows…
jcolebrand
  • 1,275
  • 10
  • 14
13
votes
3 answers

How are you enforcing git behavior, including locally (particularly on Windows)?

I'm taking point on moving this .NET shop from svn to git, and have identified some ancillary issues I'd like to have a solution for before we flip the switch. The one I'm asking about in particular in this question is line-ending enforcement. By…
ndarwincorn
  • 133
  • 4
13
votes
3 answers

How to use Vagrant and Docker-for-Windows on a Hyper-V system?

Back in the day, I was using VirtualBox (VB) and Vagrant (V) to run VMs. Since I installed docker-for-windows (DfW) and run V, VB complains about Hyper-V (HV). [user@localhost ~]$ vagrant up Stderr: VBoxManage.exe: error: VT-x is not available…
030
  • 13,383
  • 17
  • 76
  • 178
12
votes
2 answers

How to configure Docker tooling on Eclipse?

The Eclipse plugin "Docker tooling" seems to expect the installation of Docker Machine, or a network connection. But, on Windows 10 things seem different from what this plugin expects so I can't browse for the required executables. Also, how could I…
Ta Mu
  • 6,792
  • 5
  • 43
  • 83
10
votes
5 answers

Docker compose volume syntax valid for Windows and Linux

We have developers working on an app using both Windows and Linux. The application is built within a Docker container, and ships a docker-compose specification for the build environment. The local directory is mounted as a volume: volumes: …
Bruce Becker
  • 3,783
  • 4
  • 20
  • 41
10
votes
2 answers

Memory being abruptly freed up every day at about the same time

I have a few VMs on Windows Azure that run our ecommerce website, and lately we started using Telegraf, InfluxDb and Grafana to keep an eye on these machines. After a couple weeks of gathering data, I have noticed a weird pattern related to the…
10
votes
2 answers

Git seems to recognize http.sslcainfo property from .gitconfig but ignores it on execution? SEC_E_UNTRUSTED_ROOT

all, I have a working certificates chain (testable with OpenSSL) but somehow I cannot manage to tell Git to load these certificates. I get the same "untrusted root authority" error (SEC_E_UNTRUSTED_ROOT) independently of whether my git…
Ta Mu
  • 6,792
  • 5
  • 43
  • 83
8
votes
2 answers

Ansible sporadic errors with Windows machines

I'm running into some on and off issues when using windows hosts in my Ansible playbooks. I'm running Ansible 2.3 with pywinrm 0.2.2 installed. I'm using basic authentication with the local Administrator user. Sometimes I receive this issue when I…
Asaf Haim
  • 161
  • 2
6
votes
1 answer

What are best practices to solve `All files/directories will have '-rwxr-xr-x' permissions` when building docker images on Windows?

When a docker image is built on a Windows host the following message is returned: SECURITY WARNING: You are building a Docker image from Windows against a non-Windows Docker host. All files and directories added to build context will have…
030
  • 13,383
  • 17
  • 76
  • 178
5
votes
1 answer

Jenkins Exception that is caused by stdout redirection using windows cmd

I'm trying to execute an exec file from a jenkins server, using windows cmd. This is what is run from jenkins Windows batch window: C:\MyApp\MyApp.exe When run regularly from command line, the app prints to the console reporting its progress. When I…
Noam Ohana
  • 221
  • 3
  • 8
5
votes
1 answer

Docker's value and scenarios in native Windows environment

AFAIK, typically Windows enterprise stack components are quite monolitic services, like Windows IIS and MS SQL Server. Still, there are "Windows containers". Are they indeed runnable in containers and this makes sense? Are there other Windows…
Ta Mu
  • 6,792
  • 5
  • 43
  • 83
5
votes
3 answers

How to create Golang Linux binaries using a Windows host

When go build is issued on a Windows host a .exe binary is created. How to ensure that a Linux binary is created on a Windows host? The following was tried, but did not solve the issue: GOOS=linux;go build hello-world.go
030
  • 13,383
  • 17
  • 76
  • 178
5
votes
2 answers

DNS resolution fails when container is started via docker-compose

I recently decided to try out windows containers and i am using my private minecraft server for that purpose (as a hobby project). I have an image prepared, based on Windows Server Core 2022. When i start the container manually, it works…
AdrianDeWinter
  • 91
  • 1
  • 1
  • 7
4
votes
2 answers

problems running Ansible with become on domain-connected Windows Server

I am running several tasks on a Windows 2016 server with Ansible including: Joining it to a domain SOMEDOMAIN SOMEDOMAIN\SOMEUSER has been added to the local administrators group on the machine with Ansible. Running several tasks on the…
Vish
  • 601
  • 5
  • 14
1
2 3 4 5 6 7 8