Sample Symfony-Docker application
This project uses Docker to set up a development environment on your machine.
A Makefile has been designed to make it easy to use and no knowledge of docker is required.
Clone the project
git clone https://github.com/kchahid/symfony-docker
Go to the project directory
cd symfony-docker
make all
For the first time, it will take a few minutes to download the docker images and install all necessary prerequisites.
Application will be exposed via port 8080:
http://127.0.0.1:8080
Distributed under the MIT License. See Licence for more information.
Kamal Chahid - kchahid_@outlook.com
Project Link: https://github.com/kchahid/symfony-docker.git