In commonroad-docker-submission the make run command doesn’t work, due to simulation module not found, because commonroad-interactive-scenarios is git cloned in the submission image, not the base image. However in the makefile, the run command accesses the base image. I have to add another -v mount to include my install location. Also PWD doesn’t exist as an environment variable on my system, so I need to append it to my make command make run PWD=`pwd` .
May I also suggest a run-build command to run the built image?