Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 181 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 181 Bytes

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