Skip to content

Instantly share code, notes, and snippets.

@IsmagilovQA
Created January 5, 2022 14:44
Show Gist options
  • Save IsmagilovQA/ee59a5bd61f7cadfe3efe1a03dda6d73 to your computer and use it in GitHub Desktop.
Save IsmagilovQA/ee59a5bd61f7cadfe3efe1a03dda6d73 to your computer and use it in GitHub Desktop.
Installing Jenkins in docker on digitalOcean (Pirogov example)
- Select servlet with docker -> get ip of virtual machine
- ssh root@[ip of virtual machine]
- docker run -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock -v jenkins-data:/var/jenkins_home jenkinsci/blueocean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment