Sign inSign up

kafebob/rpi-php-apache

By kafebob

Updated about 9 years ago

Php & Apache services built with Raspberry Pi 3. Useful to build faster new containers.

Image
1

272

kafebob/rpi-php-apache repository overview

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/

  • Simple container

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.

Tag summary

Content type

Image

Digest

Size

112.1 MB

Last updated

about 9 years ago

docker pull kafebob/rpi-php-apache:5.6