A Jenkins Docker with php phalcon swoole
246
Here is another Jenkins-php template docker. With the difference that this one works.
Is based on the Jenkins official docker image.
Saddly you just can't run the docker image and start working. You need to clone this repo. This is because the Jenkins image sets a volume for the jenkins home folder. And you will need to add the php template to that folder.
rwx rights for the jenkins user in that folderdocker run -d -P -v /var/docker/jenkins-php-docker:/var/jenkins_home:rw naxhh/jenkins-php-dockerdocker run --restart unless-stopped -p 8080:8080 -p 50000:50000 --name jenkins \
-e "PATH=/home/jenkins/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" \
-v "/mnt/jenkins:/var/jenkins_home" -d limingxinleo/jenkins-php-docker
Docker exposes the port 8080 so just go to http://<yourip>:8080
Now you have a Jenkins working. So you just need to configure your project. You can Follow the instructions in jenkins-php guide.
For a quick test you can set up a project for the Money project
jenkins user.生成id_rsa ssh-keygen -t rsa -C 'jenkins' -f /var/jenkins_home/.ssh/id_rsa -P '' 进入宿主机 ssh -i /var/jenkins_home/.ssh/id_rsa [email protected]
Node 更换淘宝源 npm config set registry=http://registry.npm.taobao.org
Content type
Image
Digest
Size
664.8 MB
Last updated
over 8 years ago
docker pull limingxinleo/jenkins-php-docker