Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gcaufy/apache-centos
apache container based on centos:latest
https://github.com/gcaufy/apache-centos
Last synced: 12 days ago
JSON representation
apache container based on centos:latest
- Host: GitHub
- URL: https://github.com/gcaufy/apache-centos
- Owner: Gcaufy
- Created: 2015-08-18T08:29:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T12:43:49.000Z (about 9 years ago)
- Last Synced: 2024-10-19T10:06:41.634Z (about 1 month ago)
- Language: ApacheConf
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apache-centos
apache container based on centos:latest### Build
`docker build -t apache.centos .`### Run
`docker run -d -p 80:80 apache.centos`### Link to mysql
`docker run -d -p 80:80 -v /data/docker/apache/logs:/var/log/httpd -v /data/docker/apache/app:/data --link ubuntu.mysql:db --name lamp centos.apache`