kitten / docker-php-kitematic

Simple docker image optimised for Kitematic to run PHP applications on Apache

Home Page:https://registry.hub.docker.com/u/philplckthun/docker-php-kitematic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-php-kitematic

Simple docker image optimised for Kitematic to run PHP applications on Apache

Based on the (awesome) work of Fernando Mayo fernando@tutum.co

Installation

It is recommended to use this image with Kitematic. You can read up on how to do this here:

https://kitematic.com/docs/

Improvements over tutum-docker-php

This fork was optimised to support Kitematic.

The following things were added/changed:

  • Uses a volume instead of a static directory to expose Apache's document folder
  • Running Apache in the background instead of running it in the foreground
  • Exposing the access.log file to STDOUT, to make it visible in Kitematic

About

Simple docker image optimised for Kitematic to run PHP applications on Apache

https://registry.hub.docker.com/u/philplckthun/docker-php-kitematic/

License:Apache License 2.0


Languages

Language:PHP 85.4%Language:Shell 11.0%Language:Makefile 3.6%