-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install_jenkins_debian.sh doesnot work #12
Comments
Hi, Looks like docker can't be installed on your machine. You can still install docker manually first, then run the script from this repo. See for example https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-debian-9 with some step-by-step instructions to get the official docker repository added and install docker from there. -Edward |
Hi again, Now I am getting error for install_jenkins.sh for ubuntu "root@ubuntu-s-4vcpu-8gb-ams3-01". any thought? |
Hi agaian, I tried even for debian scripts, I keep getting the same error?
Any thought? |
If you have installed docker yourself using the link I gave you, you don't need to run the whole script anymore. You can just copy paste the following lines (starting from line 18 in the install jenkins script): run jenkinsmkdir -p /var/jenkins_home show endpointecho 'Jenkins installed' |
Thanks! It works! |
Hi - I am unable to install docker manually. It is giving me error: |
Are you using the latest version? If you're running a more recent version of ubuntu, use this version from master: |
I try to use scripts for Debian os but when I run the script it gives me an Error, like below:
E: Unable to locate package docker-ce
Failed to enable unit: File docker.service: No such file or directory
Failed to start docker.service: Unit docker.service not found.
install_jenkins_debian.sh: line 20: docker: command not found
Note: I am running it in mac os
any clue?
The text was updated successfully, but these errors were encountered: