Skip to content

Instantly share code, notes, and snippets.

@pwelagedara
Created June 4, 2019 12:40
Show Gist options
  • Save pwelagedara/17cbe25505f106a44080a5b605e71536 to your computer and use it in GitHub Desktop.
Save pwelagedara/17cbe25505f106a44080a5b605e71536 to your computer and use it in GitHub Desktop.
sudo chmod -R 777 /path/to/your/jenkins/home # I am giving all permissions. You might want to avoid that.
docker run -d -v /var/run/docker.sock:/var/run/docker.sock -v /path/to/your/jenkins/home:/var/jenkins_home --name jenkins -p 8088:8080 toto1310/simple-jenkins-dood
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment