digitallyserviced / php5

PHP5 container built off of octohost/nginx

Home Page:http://www.octohost.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php5

Better way to build a PHP5/nginx server.

Once you've built this Dockerfile as docker build -t octohost/php5:5.5 . - your next Dockerfile should look like this:

FROM octohost/php5:5.5

ADD . /srv/www

EXPOSE 80

CMD service php5-fpm start && nginx

Simple and quick way to push PHP code up.

About

PHP5 container built off of octohost/nginx

http://www.octohost.io

License:Apache License 2.0