I\'ve found some interesting weirdness when trying to mount a docker image on windows.
I created a .sh script that does a mount of the project folder to
.sh
Straight worked for me below. just don't use dynamic variable.
docker run --rm -u root -p 8080:8080 -v jenkins-data/:/var/jenkins_home -v /var/run/docker.sock/:/var/run/docker.sock -v /Users//:/home jenkinsci/blueocean