Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 561 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 561 Bytes

PHP Development Environment

This image is created for the containerized development purpose of PHP.

How to use?

cd into your PHP project root directory. then run the following command.

docker run --rm -d -p 8080:80 --name my_awesome_app -v "$PWD":/var/www/html hexterror/library-runner:7.3.28

Now go to http://localhost:8080 . You can see the website is up.

Author

License

  • licensed under MIT