curl -s https://get.docker.io/ubuntu/ | sudo sh
Pull jenkins docker image trusted build
sudo docker pull orchardup/jenkins
sudo docker run -d -p 80:8080 orchardup/jenkins
curl -s https://get.docker.io/ubuntu/ | sudo sh
sudo docker pull orchardup/jenkins
sudo docker run -d -p 80:8080 orchardup/jenkins
After following all the steps given..Can you tell me what is the console URL of Jenkins? Usually it will be something like this localhost:80/Jenkins