Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/treehouses/php-apache
https://github.com/treehouses/php-apache
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/treehouses/php-apache
- Owner: treehouses
- License: agpl-3.0
- Created: 2019-11-30T04:47:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T00:07:34.000Z (over 3 years ago)
- Last Synced: 2023-02-28T13:31:45.820Z (almost 2 years ago)
- Language: Shell
- Size: 32.2 KB
- Stars: 0
- Watchers: 9
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'shttps://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
```