##Devops##Jenkins setup inside Docker container## Session-3
Step By Step :-
1-First will launch Ubuntu OS 20.04 server on VM virtualbox
2-Setup Docker on server & activate
Commands
apt-get install docker.io -y
systemctl start docker
systemctl enable docker
service docker status
3-Jenkins setup inside Docker container
A-Will pull Jenkins image from Docker Hub
docker pull jenkins/jenkins
B-Will run Docker container using Jenkins image and expose port with host
docker run -td --name jenkins -p 2001:8080 jenkins/jenkins
Note- In video, image name is written only-jenkins
kindly ignore it actual jenkins image name is jenkins/jenkins.
VM launch part is already done by me before session record.
Thank you all.
Nesta página do site você pode assistir ao vídeo on-line #Devops duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Nirmal Technical 18 Maio 2024, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 76 vezes e gostou 4 espectadores. Boa visualização!