Created
February 4, 2019 13:19
-
-
Save mahasak/5c07d7cbc7a843909c122be7ac671062 to your computer and use it in GitHub Desktop.
setup jenkins docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -u root --rm -d -p 8080:8080 -p 50000:50000 -v $HOME/dockers/jenkins:/var/jenkins_home -v /var/run/docker.sock:/var/run/docker.sock --name jenkins_dev jenkinsci/blueocean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment