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

https://github.com/d3nn7/docker-php-apache2-example

simple docker example with PHP-7 and Apache2
https://github.com/d3nn7/docker-php-apache2-example

apache2 docker php-7

Last synced: 3 months ago
JSON representation

simple docker example with PHP-7 and Apache2

Awesome Lists containing this project

README

          

# Docker PHP7/Apache2 example

## Commands

### build
```docker build . -t danny/docker-example```

### run
```docker run -i -t -p80:80 --name=docker-example danny/docker-example```