Its a project depicting how to setup dockerize php applicatiom
This project shows you easy it is to setup any kind of project on docker, well in this case PHP in just few minutes.
Install Docker
First of all you need to install Docker according to the guidelines on the supplier’s website:
For Mac click here. For Linux click here. Download sample files
Download sample files and let’s have some Docker fun together. Unzip them and place in any directory.
Get Docker running
Run the terminal, go to the directory where you unzipped the files and execute docker-compose up command:
COPYcd unzipped_directory $docker-compose up
You’re done—your development environment is running—you can view the website at http://localhost:8080.
A short snippet describing the license (MIT, Apache, etc.)