DevOps Tools/CI/Jenkins
From r00tedvw.com wiki
Overview | Continuous Integration (CI) | Source Control Management (SCM) | Containerization | Configuration
Jenkins
Installation (Docker - OSX)
Download, Install, and Start Docker CE edition (.dmg)
Install Jenkins image from repo using blueocean image.
~$ sudo docker run \
-u root
This text is not collapsible; but the next is collapsible and hidden by default:
--rm \
Test--rm \
-d \
-p 8080:8080 \ -p 50000:50000 \ -v jenkins-data:/var/jenkins_home \ -v /var/run/docker.sock:/var/run/docker.sock \
jenkinsci/blueocean