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
- Host: GitHub
- URL: https://github.com/d3nn7/docker-php-apache2-example
- Owner: D3nn7
- Created: 2021-11-12T17:49:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T17:49:50.000Z (about 4 years ago)
- Last Synced: 2025-03-13T01:41:21.510Z (10 months ago)
- Topics: apache2, docker, php-7
- Language: Dockerfile
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```