Docker volumes on Windows WSL2
问题 I'm just trying out WSL 2 with Docker for Windows and I'm having an issues with mounted volumes : version: "3.7" services: node: build: . container_name: node hostname: node volumes: - ./app:/app stdin_open: true the container build and start well, I access it with docker exec nicely but the /app folder inside the container isn't bound to my laptop app folder. However the right path is actually correctly mounted on the running container : (here I do pwd on the host to if it matches perfectly