Sign inSign up

deepika1999/docker-in-docker

By deepika1999

Updated about 6 years ago

This is the image having Docker setup within Docker to achieve Containerization-within-Container.

Image
0

83

deepika1999/docker-in-docker repository overview

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.

Tag summary

Content type

Image

Digest

Size

753.4 MB

Last updated

about 6 years ago

docker pull deepika1999/docker-in-docker