Custom jenkins images with docker-compose,docker and all the plugins pre-installed
If you are using this on production, you may want to comment the passowrd setup on the jenkins file
Hey dude! Help me out for a couple of 🍻!
docker build -t myjenk .
docker run -d -v /var/run/docker.sock:/var/run/docker.sock
-v $(which docker):/usr/bin/docker -p 8080:8080 myjenk