Search Docker Hub
php
By gustav83
PHP CLI images for linting (php -l) different PHP-versions
10K+
Docker images for different versions of PHP.
docker run --rm -v "$(pwd):/app" -w /app gustav83/php:7.0 php -l index.php
docker build --tag php7.0 php7.0/ docker run --rm -v "$(pwd):/app" -w /app php7.0 php -l index.php
Content type
Image
Digest
Size
114.5 MB
Last updated
over 8 years ago
docker pull gustav83/php