Docker run command on Win 10

Dear all.

we have updated our instruction on how to run docker on win 10. Please pay attention to the following aspect when you follow the instruction in repository under docker/README.md:

  1. please make sure you navigate to the root folder of cloned repository (for example, with command cd)
  2. please make sure you copy the correct docker runcommand from the instruction. The argument of src should have parameter "%cd%", namely src="%cd%". The wrong command won’t work. Alternatively, you may also manully specify the absolute path to your locally cloned commonroadrepository.

If you come across the following error when you do docker run, it mostly implies that you haven’t specify the path correctly.

invalid mount path: ‘%cd%’ mount path must be absolute

Please also note that this only works for win10, not for win 11.

Best,
Mingxuan