This project intends to serve as Docker introduction to help you understand the steps necessary to dockerize a PHP web app.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
-
Install Docker on your machine, here is the link to Docker installation page (For Windows: Install Docker toolbox)
-
Install Git
-
To check that you are able to follow the workshop, you should be able to view a valid output from this command (run it on terminal):
docker run hello-world
Git clone this repository to be able to work with the files included, and move to the directory on your system.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Andrés Velasco - Workshop designer
See also the list of contributors who participated in this project.
This project is licensed under GPL v3.0 License - see the LICENSE.md file for details