A collection of build configurations for Magento Cloud Docker images. Includes:
- PHP CLI
- PHP FPM
- NGINX 1.9+
https://hub.docker.com/r/magento/
Inspired by https://github.com/meanbee/docker-magento2
To generate configuration for new version of PHP, run next command:
php ./bin/mcd generate:php <version>
Where:
version
: Version of PHP to be generated
- Connect to CLI container by running
docker-compose run cli bash
docker-compose run cli ece-command
for ECE-Tools specific commandsdocker-compose run cli magento-command
for Magento 2 specifiic commands