Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 216 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 216 Bytes

php

Docker image for php on top of apache

Building the image

make

or manually

docker build -t user/name:tag .

Running the image

docker run -d -p 80:80 rokkie/php