magnificent-house-23806
05/11/2023, 10:00 AMC:\Users\Ivan.Compagnoni\Progetti\wiremock-tests
I try to run a command to mount a volume
docker run -it --rm -p 8080:8080 --name wiremock -v /c/Users/Ivan.Compagnoni/Progetti/wiremock-tests/:/home/wiremock wiremock/wiremock:2.35.0
I received an error:
Error response from daemon: make cli opts(): making volume mountpoint for volume /c/Users/Ivan.Compagnoni/Progetti/wiremock-tests/: mkdir /c: permission denied.
Not sure how to debug the problem. I'm using it on Windows 10 with WSL and I've tryed both with moby and containerd but the problem seems the same.magnificent-napkin-96586
05/11/2023, 3:57 PM