Magento Open Source 2.4.X QUICK Installation Source Images
100K+
Docker containers for Magento 2.4.x development including :
EDIT .env - add your Magento authentication keys
docker-compose build
docker-compose up -d
Install sample data
docker-compose exec -u magento php-apache install-sampledata
Install Magento
docker-compose exec -u magento php-apache install-magento
Disable 2FA for testing
docker-compose exec -u magento php-apache bin/magento module:disable Magento_TwoFactorAuth
Frontend http://magento2.dev.com
CLI
docker-compose exec -u magento php-apache bash
to fix layout issues with demo data : docker-compose exec -u magento php-apache cp /var/www/dev/magento2/vendor/magento/module-cms-sample-data/fixtures/styles.css /var/www/dev/magento2/pub/media/
https://blog.gaiterjones.com/docker-magento-2-development-deployment-php7-apache2-4-redis-varnish-scaleable/ for further deployment instructions.

Content type
Image
Digest
sha256:28b1a8853…
Size
815.2 MB
Last updated
6 months ago
docker pull gaiterjones/magento2:2.4.8p4