Working with Jenkins

When running Jenkins use the following command to start the Jenkins container and mount a Windows volume

info

docker run -p 8080:8080 -p 50000:50000 -it -u root -v //users/Selvyn/demo/jenkins-home:/var/jenkins_home jenkins