Jenkins installation

how to install Jenkins base docker:

  1. install docker, please refer below link: http://blog.51cto.com/737083/2066774
  2. sudo docker pull jenkins
  3. sudo docker run -p 80:8080 --name=jenkins -d "image ID"
  4. view the jenkins via web http://host_ip_address
  5. input password which is in /root/.jenkins/secrets/initialAdminPassword
  6. select the plugin you needed
  7. create one admin account
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章