Answer the question
In order to leave comments, you need to log in
How to mount docker volume from under Windows to Linux image?
Hello.
I work from under win10 in the git bash terminal, wsl2 is disabled. In general, everything works, but with docker volumes (volume) somehow it doesn’t add up at all ... when you start it with such a command
docker run -d -p 3000:80 --rm --name feed - v C:/l-projects/docker2:/app feed
docker stubbornly gives me I docker: invalid reference format.
docker run -d -p 3000:80 --rm --name feed - v ${PWD}:/app feed
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question