Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 800 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 800 Bytes

How to use Docker and Docker Compose for PHP development

Pre-requisites

  • Docker 24.0 or more recent
  • Docker Compose 2.21 or more recent
  • Up-to-date VS Code with Dev Containers extension installed

How to use the presentation

Open the project in VS Code, and accept to reopen the project in Dev Containers when VS Code proposed it.

This will up the right Docker Compose services after installing the dependencies.

The application can be accessed at:

License

This repository is under the MIT license. You can see the complete license in the LICENSE file.