Skip to content

gggoce/docker-jenkins-php

 
 

Repository files navigation

Jenkins CI with PHP support

Build Status

Donate to this project using Flattr Donate to this project using PayPal

Create

Create a simple image with the the open port 8080.

docker run --name jenkins-php -p 8080:8080 core23/jenkins-php-ci

If you want to configure the timezone and map the jenkins directory:

docker run --name jenkins-php -p 8080:8080 -v /var/docker/jenkins:/var/jenkins_home -e TIMEZONE=Europe/Berlin core23/jenkins-php-ci

Enter

Enter the image an run some commands, e.g. update composer

docker exec -it jenkins-php bash

Packages

No packages published

Languages

  • Shell 100.0%