/ph-docker-intro

Docker and docker-compose introduction bases on PHP, Nginx and Redis

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Dockerize you PHP web app workshop

This project intends to serve as Docker introduction to help you understand the steps necessary to dockerize a PHP web app.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  1. Install Docker on your machine, here is the link to Docker installation page (For Windows: Install Docker toolbox)

  2. Install Git

  3. 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
    

Installing

Git clone this repository to be able to work with the files included, and move to the directory on your system.

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Andrés Velasco - Workshop designer

See also the list of contributors who participated in this project.

License

This project is licensed under GPL v3.0 License - see the LICENSE.md file for details