This is a Docker bootstrap project intended for quick and easy Magento 2 development start.
NOTE: This repository is part of the article: https://magento.evozon.com/using-docker-for-magento-2-development.html
- clone repository
- run
mv .docker/.project-env.dist .project-env
- update
<project_root_folder_>/.project-env
with your project's environment variables - run
docker-compose up -d
License is MIT. For additional information on the license please review the LICENSE.txt file attached.