Sign inSign up

gustav83/php

By gustav83

Updated over 8 years ago

PHP CLI images for linting (php -l) different PHP-versions

Image
0

10K+

gustav83/php repository overview

Docker images for different versions of PHP.

Tags

  • latest
  • 5.3
  • 5.5
  • 5.6
  • 7.0
  • 7.1
  • 7.2

Usage

docker run --rm -v "$(pwd):/app" -w /app gustav83/php:7.0 php -l index.php

From source

docker build --tag php7.0 php7.0/
docker run --rm -v "$(pwd):/app" -w /app php7.0 php -l index.php

Tag summary

Content type

Image

Digest

Size

114.5 MB

Last updated

over 8 years ago

docker pull gustav83/php