In this Project I have used the concepts of Docker which I learned during the Training Expertise in Docker under the guidance of World Record Holder Vimal Daga sir. I have used these concepts to create an Automated WebSite Deployment as I have created in the Previous Project.
This Project, and the Project which I made in previous repository performs the same tasks but with a different approach. The advantage of using this apprach is that we can easily ship this complete project to where ever we want to run it. I have created a Jenkins-image using DOCKERFILE so that all my work will be saved into this and it won't effect my project. Also I have uploaded this jenkins-image to my DockerHub profile.
As a pre-requisites of this Project docker must be installed in your system and nothing else required. Run the Following commands in your terminal to launch this project.
docker pull alex43/jenkins-os:v1.0docker run -dit -p 1234:8080 -v /:/host -v /var/run/docker.sock:/var/run/docker.sock --name automation_project alex43/jenkins-os:v1.0Your_IP:1234, Enter your Ip with port specified in browser after running container successfully.
For more details about this Project you can see this LinkedIn Post where I have mentioned all the details regarding this Project and written a well documented article for using this concept of Docker-within-docker.
For any query feel free to dm in my LinkedIn Handle.
