Open leo-schick opened 1 year ago
There hasn't been any activity on this issue for a long time.
If the problem is still relevant, mark the issue as fresh with a /remove-lifecycle stale
comment.
If not, this issue will be closed in 30 days.
Prevent issues from auto-closing with a /lifecycle frozen
comment.
/lifecycle stale
I upgraded to 4.17.0 (99724) and since then I cannot bind any folder at the project dir and below the folder where my docker-compose.yml file is. When I does it, the folder is just empty not showing any files.
e.g. before I used
- ./:/mara
and it bound to the folder where my docker-compose file is. But now, the folder is just empty.I don't know the docker windows version I used before, so, I can't explain since when this issue occurs.
I tried to use relative paths and absolute paths but it does not work. But I can bind to folders below my project root. E.g. I can bind to
/
,/home
,/home/myusername
,/home/myusername/git
,/home/myusername/git/user
but not to ,/home/myusername/git/user/my_project
and below.Actual behavior
The folder is empty in the docker container... the volume binding does not work.
Expected behavior
I would expect the paths to be mapped to the local drive folder as before.
Information
Please, help us understand the problem.
Is it reproducible? Yes
Is the problem new? Yes
Did the problem appear with an update? Yes
Windows Version: Windows 11
Docker Desktop Version: Docker version 20.10.5+dfsg1, build 55c4c88
WSL2 or Hyper-V backend? WSL2
Are you running inside a virtualized Windows e.g. on a cloud server or a VM: No
Output of
& "C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe" check
Steps to reproduce the behavior
- ./:/my_conatiner_dir
/my_conatiner_dir
in the container. It willl be empty.