Technomatix / docker-php

PHP stack for development and work

Home Page:https://hub.docker.com/r/technomatix/php/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP stack

Work image

docker pull technomatix/php

Run any php-script:

docker run -it --rm -v $(pwd):/project/ technomatix/php -f path.php

Run composer %command%:

docker run -it --rm technomatix/php composer %command%

Dev image

docker pull technomatix/php:dev

Run codecept:

docker run -it --rm technomatix/php:dev codecept

Run shellcheck:

docker run -it --rm technomatix/php:dev shellcheck

Run bats:

docker run -it --rm technomatix/php:dev bats

About

PHP stack for development and work

https://hub.docker.com/r/technomatix/php/


Languages

Language:Shell 88.9%Language:Makefile 11.1%