# 1. Pull an Image docker pull jenkins:2.60.3
# 2. Run the Image docker run -p 8080:8080 -p 50000:50000 -v /your/home:/var/jenkins_home jenkins:2.60.3
# 3. Check the Initial Password docker exec -it [containerID/containerName] bash cat /var/jenkins_home/secrets/initialAdminPassword
http://localhost:8080/