The Jenkins official docker image can be found here Extending this image means we have to write our own dockerfile, and include all the other stuff we need. Lets go through that quickly. Create a ...
su - jenkins ## switch to jenkins user docker ps ## to list any containers running docker pull nginx ## pull a docker image setup two docker swarm clusters one for QA & one for PROD create two VMs for ...
Nowadays, Containers has become a leading CICD deployment technique. By employing appropriate connections with Source Code Management systems (SCM) like GIT, Jenkins is able to start a build procedure ...