Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruanyl/docker-apache
https://github.com/ruanyl/docker-apache
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruanyl/docker-apache
- Owner: ruanyl
- Created: 2016-04-04T20:57:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T20:57:39.000Z (almost 9 years ago)
- Last Synced: 2024-11-05T14:55:54.907Z (2 months ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerfile for Apache and PHP on Ubuntu 14.04
```
docker run -itd -p 8081:80 -v /path/to/local/www:/var/www/html --name=container1 ruanyu1/oupai
```