pritamchk98/jenkins_9080
This is a custom jenkins image with docker installed in container and customer workspace path set
16
This is a custom jenkins image with docker installed in container and customer workspace path set.
Doc : Github-Doc link
STARTING PORT :
9080
WORKSPACE :
/home/jenkins/WORKSPACE
name: jenkins_server
services:
jenkins:
image: pritamchk98/jenkins_9080:v1.0
container_name: c_jenkins
restart: on-failure
ports:
- "9080:9080"
- "2222:22"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /c/Users/PRITAM/Desktop/DOCKER/HANDS_ON/JENKINS:/home/jenkins/WORKSPACE
volumes:
jenkins_data:
docker pull pritamchk98/jenkins_9080