Docker includes invalid characters for a local volume name
问题 I want to install OSRM locally using the docker container under windows I followed the steps in this doc In the end I can not execute the necessary commands and I receive the following error : Any suggestion will be very helpful for me, thank you ! 回答1: seems like the window command prompt does not interpret $PWD , you have to use gitbash or powershell I think. or another option is to use full path or current path. The flag -v "${PWD}:/data" creates the directory /data inside the docker