Skip to content

octohost/php5-apache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php5-apache

Better way to build a PHP5/Apache server.

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

FROM octohost/php5-apache

ADD . /var/www

EXPOSE 80

CMD ["/bin/bash", "/start.sh"]

Simple and quick way to push PHP code up. Thanks to jbfink/docker-wordpress for the Apache start.sh script.

About

Dockerfile for PHP5 with Apache.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages