Docker named pipe socket mount does not work (Docker Wormhole) on Windows runners #6688
Closed
4 of 11 tasks
Labels
Area: Containers
bug report
investigate
Collect additional information, like space on disk, other tool incompatibilities etc.
OS: Windows
Description
The Windows Docker
daemon.json
configuration does not support Docker Wormhole. The container that mounts the named pipe socket cannot access it, it receives an Access is denied error. Please notice Set Docker security group:If we add the
Users
group to the Docker daemon configuration, the Docker Wormhole runs fine:I noticed the
daemon.json
is configured byinstall-docker-ce.ps1
(L:608):runner-images/images/win/scripts/Installers/Install-Docker.ps1
Line 28 in fb3b6fd
It does not set the
group
property, justhost
tonpipe://
.Platforms affected
Runner images affected
Image version and build link
Is it regression?
No
Expected behavior
Windows runner supports Docker Wormhole. The container starts successful:
Actual behavior
Container start fails with following error:
Repro steps
Run the following commands on a Windows runner:
The text was updated successfully, but these errors were encountered: