mirror of
https://github.com/Dannecron/php-for-dev.git
synced 2025-12-25 16:12:35 +03:00
109c76cc2e6d7739de1bacec0f3863b2af5352b9
Docker images with php and composer inside
Supported versions
- php 7.4.3
- xdebug 2.9.0
- rdkafka 3.1.2
- timecop 1.2.10
- php 7.3.15
- xdebug 2.7.2
- rdkafka 3.1.2
- timecop 1.2.10
- php 7.2.28
- xdebug 2.7.2
- rdkafka 3.1.2
- timecop 1.2.10
Build
To build container just use one of this commands:
make build-72
make build-73
make build-74
Run
After making image run
docker run -it --rm -v `pwd`:/var/www/project -w /var/www/project --user=1000 local-composer:7.* sh
where replace * minor php version.
Languages
Dockerfile
90.3%
Makefile
9.7%