Skip to content

Intro exercices to understand Dockerfile and Docker-compose

License

Notifications You must be signed in to change notification settings

avcconti/dockerize-web-app

Repository files navigation

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. Slides at Slideshare

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

About

Intro exercices to understand Dockerfile and Docker-compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published