maurosoft1973/alpine-php-tools

By maurosoft1973

Updated almost 4 years ago

PHP Tools running on Alpine Linux

Image

1.5K

PHP Tools Docker image running on Alpine Linux

Docker Automated buildDocker PullsDocker Stars

Alpine Version

The Docker images (maurosoft1973/alpine-php-tools) is based on the minimal Alpine Linux.

Description

Execute function inside container:

docker exec {name of container} bash -c "source /scripts/symfony.sh && symfony_create"

Sample use on gitlab pipeline

stages:
    - deploy

deploy develop:
    stage: deploy
    image: maurosoft1973/alpine-php-tools
    only:
        - develop
    script:
        - composer

Docker Pull Command

docker pull maurosoft1973/alpine-php-tools