adamant-kite-43734
10/02/2024, 12:43 PMfast-garage-66093
10/02/2024, 9:56 PMCOMPOSE_CONVERT_WINDOWS_PATHS
set? Can you unset it, and see if that fixes it?many-apple-97902
10/03/2024, 7:14 AMmany-apple-97902
10/03/2024, 10:02 AM{
"Type": "bind",
"Source": "/home/jtiainen/code/keycom-dev/keycom",
"Destination": "/app/keycom",
"Mode": "",
"RW": true,
"Propagation": "rprivate"
},
And when running same with docker run -v /home/jtiainen/code/keycom-dev/keycom:/app/keycom I see this:
{
"Type": "bind",
"Source": "/mnt/wsl/rancher-desktop/run/docker-mounts/313d1e92-33f7-4c36-818e-81024bf8cd62",
"Destination": "/app/keycom",
"Mode": "",
"RW": true,
"Propagation": "rprivate"
}