This is the image having Docker setup within Docker to achieve Containerization-within-Container.
83
When you pull this image, after pulling the image to your system run the command as follows to launch the os-
docker run -dit -p 1234:8080 -v /:/host -v /var/run/docker.sock:/var/run/docker.sock --name container-within-container deepika1999/docker-in-docker:latest
After launching the OS, type in the browser-
YOUR_IP:1234
Login Credentials for this image are as follows-
Username- admin
Password- Deepika
When you login using the credentials given, It will open the jenkins home page where you will found all the Jobs pre-created and only thing you need to do is to run the jobs to get the output. Here, I builded the jobs using the concept of Containerization-within-container to launch a httpd container inside a jenkins container to deploy my website.
Content type
Image
Digest
Size
753.4 MB
Last updated
about 6 years ago
docker pull deepika1999/docker-in-docker