Php & Apache services built with Raspberry Pi 3. Useful to build faster new containers.
272
Is it based on official 5.6/apache/Dockerfile
It was changed only first line
FROM debian:jessie replaced with FROM resin/rpi-raspbian:jessie in order to use Raspbian Jessie.
Read official Docker Php documentation about how to use this image in your Pi https://hub.docker.com/_/php/
This is the most simple use case: A php website mapped to /var/www/html
sudo docker run -d -p 80:80 --name my-apache-php-app -v "$PWD":/var/www/html kafebob/rpi-php-apache
But probably you will extend from this Dockerfile or to use docker compose.
Content type
Image
Digest
Size
112.1 MB
Last updated
about 9 years ago
docker pull kafebob/rpi-php-apache:5.6