Sign inSign up

schoeffm/rpi-nginx-php5

By schoeffm

Updated over 9 years ago

Nginx webserver combined with php5

Artifact
Image
6

1.1K

schoeffm/rpi-nginx-php5 repository overview

Introduction

Basically an extension to the Nginx-Image in order to provide php5 support (and thus for dynamic stuff).

Usage

You can use it just like the bare nginx-image but this time you can provide a dynamic web-page to be served:

docker run -d -p 80:80 -p 443:443 \
    -v /some/dynamic/content:/usr/share/nginx/www \
    --name webserver schoeffm/rpi-nginx-php5

Tag summary

Content type

Image

Digest

sha256:9141a7739

Size

79.1 MB

Last updated

over 9 years ago

docker pull schoeffm/rpi-nginx-php5