This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
BUG: Compose not exposing docker.sock in Docker Desktop for Windows/WSL #1591
Labels
bug 🐞
App is not working correctly.
Description
When bind mounting /var/run/docker.sock from a compose file, instead of the docker socket, a directory is created both on the host and the container.
Steps to reproduce the issue:
docker-compose up
anddocker compose up
on that file.Describe the results you received:
Describe the results you expected:
Expecting both to create a bind mounted socket (
srwxr-xr-x
instead ofdrwxrwxrwx
and aC:\var\run\docker.sock
folder created).Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
Windows 10 Pro v20H2 (19042.906) on AMD platform and WSL 2
Moved from docker/cli#3047
The text was updated successfully, but these errors were encountered: