How to Install Jenkins using Docker | Step by step guide | scmGalaxy
Step 1: Installing Docker For more info, please following this http://www.scmgalaxy.com/scm/software-containers/how-to-install-docker-in-linux.html Step 2: ย First, pull the official jenkins image from Docker repository. Step 3: Next, run a container using this image and map data directory from the container to the host; e.g in the example below /var/jenkins_home from the container is mapped to jenkins/ directory … Read more