Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 234 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 234 Bytes

Docker Apache PHP

Basic Docker image for web development with PHP

Docker pull command

docker pull rmayorgav/apache-php

Example

docker run --name some-name -p 8080:80 -v ./html:/var/www/html rmayorgav/apache-php