Skip to content

borisdering/docker-jenkins-symfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

docker-jenkins-symfony

This docker image is suitable for symfony 2.6+. It comes with...

  • php7.1-fpm, php7.1-xml, php7.1-dom, php7.1-curl, php7.1-mbstring
  • composer (installed globally)
  • mysql

Run jenkins with docker-compose detached

$ docker-compose up -d

Attach to jenkins and grep initial password

$ docker-compose exec myjenkins bash
$ cat /var/jenkins_home/secrets/initialAdminPassword

License

MIT

Free Software, Hell Yeah!

Releases

No releases published

Packages

No packages published