Setup Docker slaves for Jenkins
     Jenkins is the one of the primary CI tool used in industry. Jenkins provide on cross planform support and have master-slave configuration. Your slave could be any operating system. Recently docker is becoming very popular for replacement of virtualisation up to some extend.     Today I will detail out the steps needed to make  dynamically slave provision via docker images .     Setting up Host for Docker   You      need to have your base machine either VM or hypervisor etc and need to      install with all prerequisite. Lets install docker now.    curl -sSL https://get.docker.com/ | sh  
 
 
Comments
Post a Comment