Image specifically crafted to be used by Gitlab CI and any PHP project
4.3K
Image specifically crafted to be used by Gitlab CI and any PHP project
This docker image contains the basic for testing any PHP project inside Gitlab CI
Using this docker is pretty simple:
docker build -t name-of-the-image .. We suggest using names that are related to Laravel just to have a clear sight of the role of the containerdocker run -d -v $(pwd):/root --name some-name name-of-the-imageThere are some basics scripts that help you build and run the container:
./scripts/build/build.sh name-of-the-image./scripts/start/start.sh name-of-the-container name-of-the-imagesNo options are needed here.
You will find:
Content type
Image
Digest
Size
380.3 MB
Last updated
almost 7 years ago
docker pull 6gosrl/docker-php-gitlab-ci