Small Docker image with PHP interpreter (~18MB)
258
This image is based on Alpine Linux image and contains PHP programming language.
Download size of this image is only:
NOTE: This image is not really intended for a site hosting use-case. It is created to run pure PHP code from a shell.
$ docker run --rm skantar/linux-php php -r 'echo "Hello World";'
Once you have run this command you will get printed 'Hello World' from PHP!
Content type
Image
Digest
Size
5.9 MB
Last updated
almost 10 years ago
docker pull skantar/linux-php