Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Containerization Within Container

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.

How it is Different?

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.

How to Launch this Project?

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.

  1. docker pull alex43/jenkins-os:v1.0

  2. docker run -dit -p 1234:8080 -v /:/host -v /var/run/docker.sock:/var/run/docker.sock --name automation_project alex43/jenkins-os:v1.0

  3. Your_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.