This is a Docker image for PHP-FPM, suitable for various Web application developments.
9.2K
This is a Docker image for PHP-FPM, suitable for various Web application developments.
In addition to basic PHP support, this image provides the following extensions:
ImageMagick and related libmagickwand-dev packages: These are for supporting the processing and manipulation of images, such as generating captcha codes, making thumbnails, image transcoding, etc.
GD library: Compiled with --with-freetype, --with-jpeg, and --with-webp to support graphic processing capabilities using Freetype, JPEG, and WebP.
PHP PDO, Bcmath, Mysqli extensions: These are respectively for database connection, big number computation, and MySQL related operations.
Other extensions: Exif, Curl, Mbstring, Zip, Xml, Fileinfo, PCNTL, and OPcache.
Redis extension: For scenarios that need to use the Redis key-value database.
VIPS extension: Provides powerful support for efficient image processing with minimal resource consumption. VIPS is suitable for applications that need to handle large images or perform a significant amount of image read, write, transformation, and processing operations.
In addition, this image includes Composer - a package management tool for PHP, which allows developers to more easily introduce various open-source PHP packages. This Dockerfile installs the necessary system packages and cleans up the apt-get cache to reduce the image size.
Content type
Image
Digest
sha256:5dddf00a9…
Size
233.1 MB
Last updated
4 months ago
docker pull carry0987/php