Skip to main content

All Questions

Tagged with
0 votes
0 answers
68 views

Building Windows server based Docker image in Atlassian Bamboo

In a corporate devstack I have access to an Atlassian Bamboo, version 9.2.9 build 90208 - 21 Dec 23. Is it possible, and if yes how, to build a new Docker image from mcr.microsoft.com/windows/...
Kérdezösködő Indián's user avatar
1 vote
0 answers
92 views

ls in Docker on Windows not showing one directory

I'm running Windows Server 2016 Datacenter version 1607 (build 14393.6614) with Docker Desktop Community Version 2.0.0.3 (31259). I'm running an Ubuntu docker container in an interactive mode with my ...
user1543037's user avatar
1 vote
1 answer
219 views

How to assign WRITE permission to IIS_IUSRS on a folder in a Docker container based on Windows

I am running a Docker container based on the following Windows Server 2019 core image: mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2019 This container is running an ASP.Net 4.8 ...
Frank Martin's user avatar
0 votes
1 answer
263 views

Container or VM for testing Windows software applications

I’m looking for some suggestions on how I can test some software applications without committing to installing them on my main OS. I thought a virtual machine would be a good idea, but then I found ...
b7031719's user avatar
0 votes
1 answer
938 views

Docker desktop is failing DNS lookup on both Windows and Mac

I have three machines on the same network (simple, home one with BT router) Windows, Mac and Linux. The first two, running Docker Desktop (4.23.0) exhibit this issue, while the Linux one (running ...
Terminologist's user avatar
0 votes
1 answer
83 views

Why does X11 break inside Docker container when the container connects to VPN?

My host computer is Windows 10. My objective is to make docker containers that connect to VPNs inside the container. I do this so that I don't have to have my entire host computer on the VPN. I use ...
stapmoshun's user avatar
1 vote
0 answers
420 views

Unable to edit file in WSL from Windows

I have created ~/fastai/Dockerfile inside Ubuntu running in WSL. I tried to open it in windows notepad. First opened the folder in explorer: ~$ cd fastai/ ~/fastai$ explorer.exe . Then opened ...
RajS's user avatar
  • 251
0 votes
0 answers
927 views

Running Wireguard Client on Docker / WSL

Can I run wireguard on docker / WSL2 and share that wireguard connection to the Windows 10 that I am running it on ? I want the docker container / WSL2 to act as a WIreguard client Application for ...
steveblug's user avatar
0 votes
0 answers
640 views

Launch Docker Desktop's Container Via Windows Command-line

How do I launch a Docker container, which was created via Docker Desktop, using a Windows command line? I have containers I created via Docker Desktop. I can launch them via Docker Desktop. I can also ...
Kevin Kleinfelter's user avatar
0 votes
0 answers
1k views

My windows host machine Can't access docker http service

I am learning docker,this is my dockerfile . I start a http service in docker and expose 9999 port,here is the content: FROM golang:1.20 LABEL authors="tom" WORKDIR /app COPY . /app RUN ...
tom's user avatar
  • 1
0 votes
0 answers
558 views

"Invalid reference format: repository name must be lowercase" when installing via Docker

I'm trying to install SeaDAS via Docker and this should be the code to enter in the windows PowerShell: docker run -v $HOME/ocssw:/root/ocssw-v $HOME/seadasClientServerShared:/root/...
Riccardo Bentivogli's user avatar
5 votes
1 answer
766 views

In a WSL2 distro - what determines the files that appear under: /wsl/{some-other-distro}

The Context I understand that docker-desktop's WSL2 backend works by creating 2 distros: docker-desktop & docker-desktop-data. I can see the filesystems of these distros mounted in my Ubuntu WSL2 ...
Grant's user avatar
  • 53
0 votes
0 answers
94 views

Cannot connect to website hosted on same machine with external IP or URL

I'm hosting a website on my local machine running Windows 11, using a few Docker containers. For about a month everything ran fine and I was able to connect no problem. After not working on it for a ...
qwebles's user avatar
0 votes
1 answer
1k views

How can I run a Windows Docker container on Windows without "open \\.\pipe\docker_engine_windows: The system cannot find the file specified"?

I am running Docker 20.10.22 on Windows 10 Pro 64-bit. In my Docker Desktop settings, I have using WSL 2 disabled: I have Hyper-V enabled: I have Docker Desktop in Windows containers mode instead of ...
Shane Bishop's user avatar
1 vote
0 answers
237 views

How do I scp from inside a Linux container to Windows 10?

I am able to scp a directory from within a Linux (alpine:3) docker container to my windows 10 box (a VM). The problem is that after the copy successfully completes, it prints this error: sshpass -p $...
Chip's user avatar
  • 113

15 30 50 per page
1
2 3 4 5 6