/gitlab-php-ci

Docker image to run PHP build for Gitlab Runner with preinstalled needed tool and package like composer, phpcs...

Docker: Gitlab PHP CI

Used this docker image with Gitlab CI for Docker executor. This image is based on my image voduytuan/docker-nginx-php with pre-installed PHP, Nginx.

Contents

Get it

docker pull voduytuan/gitlab-php-ci

Run it

docker run --rm -i -t voduytuan/gitlab-php-ci

Docker's run command reference manual