jenkins icon indicating copy to clipboard operation
jenkins copied to clipboard

Continuous integration with disposable containers

Results 2 jenkins issues
Sort by recently updated
recently updated
newest added

dockerfile jenkins:latest -> jenkins/jenkins:latest

Hi, I ran your docker container this way > docker run --net=isolated_nw \ > -e DOCKER_API_VERSION='1.23' \ > -p 88:8080 -p 50000:50000 \ > -v /var/run/docker.sock:/var/run/docker.sock \ > -v /volumes/jenkins/jenkins_home:/var/jenkins_home...