R0GGER / alpine-lighttpd-php

Lighttpd and PHP running on Alpine Linux in a Docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpine lighttpd PHP

Fork of: https://github.com/alastairhm/alpine-lighttpd-php

Lighttpd and PHP running on an Alpine Docker image.

Build using;

docker build -t alpine-lighttpd-php .

Run from Docker Hub using;

docker run --name "my-lighttpd-php" --rm -p 8000:80 -v $(pwd):/var/www r0gger/lighttpd-php

Or from GitHub packages using;

docker run --name "my-lighttpd-php" --rm -p 8000:80 -v $(pwd):/var/www r0gger/lighttpd-php

Works for static & PHP web content.

About

Lighttpd and PHP running on Alpine Linux in a Docker image

License:MIT License


Languages

Language:Dockerfile 100.0%