Skip to content

gggoce/docker-jenkins-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Jenkins CI with PHP support

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%