PHP is a server-side scripting language designed for web development, but which can also be used as
100K+
While designed for web development, the PHP scripting language also provides general-purpose use.
Dockerfile links
php:<version>-cliphp:<version>-fpmphp:<version>-cli-slimphp:<version>-fpm-slimYou can use the image directly, e.g.
docker run --rm -it chinayin/php:7.2-fpm
The images are built daily and have the security release enabled, so will contain any security updates released more than 24 hours ago.
You can also use the images as a base for your own Dockerfile:
FROM chinayin/php:7.2-fpm
You can use the image directly, e.g.
docker run --rm -it chinayin/php:7.2-fpm-slim
You can also use the images as a base for your own Dockerfile:
FROM chinayin/php:7.2-fpm-slim
Content type
Image
Digest
sha256:2e73b6bb8…
Size
206.4 MB
Last updated
about 1 year ago
docker pull chinayin/php:7.4.33-cli-slim