Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/treehouses/php-apache


https://github.com/treehouses/php-apache

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# php-apache

This image is PHP with Apache web server.
`arm` version is built specially to run on all raspberry pi's

https://hub.docker.com/r/treehouses/php-apache

## How to use it?

Download image
```
docker pull treehouses/php-apache:latest
```

Use the image as a base image
```
FROM treehouses/php-apache:latest
```