Skip to content

shamotj/docker-gitlab-ci-runner-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Gitlab CI runner docker image with PHP, Composer and PHPUnit

This image is based on official gitlab/gitlab-runner:alpine.

1. Pull runner image

git pull shamot/docker-gitlab-ci-runner-php

2. Run image

docker run -d --name gitlab-runner --restart always -v /var/run/docker.sock:/var/run/docker.sock -v /srv/gitlab-runner/config:/etc/gitlab-runner shamot/docker-gitlab-ci-runner-php

3. Register runner

docker exec -it gitlab-runner gitlab-runner register

About

Dockerfile for docker-gitlab-ci-runner-php image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published