Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`