Docker infrastructure for Magento development
- Install docker using official guidelines
- Install docker compose using the same guidelines
- Checkout this repository
- Execute
docker-compose up -dcli command from repository root
./bin/bashproxies bash commands to app container./bin/gitproxies git commands to app container./bin/init-from-gitinitialize development Magento instance in app container./bin/installinstall Magento on app container. Magento will be deployed onmage.perfhostname, so you need to have it in your host's/etc/hostsfile. Admin panel will be located onhttp://mage.perf/adminURL. Login:admin, password:123123q./bin/magentoproxies Magento cli commands to app container./bin/syncexposes Magento source code to host machine using samba. Usediskutil unmountDisk force projectto unmount on Mac OS