Created
January 5, 2022 14:44
-
-
Save IsmagilovQA/ee59a5bd61f7cadfe3efe1a03dda6d73 to your computer and use it in GitHub Desktop.
Installing Jenkins in docker on digitalOcean (Pirogov example)
This file contains 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
- 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