Files
php-for-dev/readme.md
2020-07-20 16:13:02 +07:00

832 B

Docker images with php and composer inside

continious integration

Images can be found on docker hub

Supported versions

  • php 7.4.8
    • xdebug 2.9.5
    • rdkafka 3.1.2
    • timecop 1.2.10
  • php 7.3.20
    • xdebug 2.9.5
    • rdkafka 3.1.2
    • timecop 1.2.10
  • php 7.2.32
    • 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.