All Projects → echo-magento → docker-magento2

echo-magento / docker-magento2

Licence: MIT license
Magento 2.4, Apache 2.4, PHP 7.4, MariaDB 10.4.16, Elasticsearch 7.6.0, Varnish 6.4.0

Programming Languages

Dockerfile
14818 projects
PHP
23972 projects - #3 most used programming language
VCL
57 projects
shell
77523 projects

Projects that are alternatives of or similar to docker-magento2

magento-grid-colors
Magento 2 Grid Colors module for colorizing admin grids. Supports saving of states with the help of grid's bookmarks.
Stars: ✭ 54 (+14.89%)
Mutual labels:  magento-2, magento2
stripe
Stripe integration with Magento 2
Stars: ✭ 58 (+23.4%)
Mutual labels:  magento-2, magento2
m2.SmartCategory
Magento2. Extension Smart Category rules dynamically change the product selection according to a set of conditions.
Stars: ✭ 78 (+65.96%)
Mutual labels:  magento-2, magento2
currency-format
The «Price Format» extension for Magento 2
Stars: ✭ 18 (-61.7%)
Mutual labels:  magento-2, magento2
module-translation
magefan.com/magento-2-translation-extension
Stars: ✭ 35 (-25.53%)
Mutual labels:  magento-2, magento2
module-conflict-detector
magefan.com/magento2-conflict-detector
Stars: ✭ 40 (-14.89%)
Mutual labels:  magento-2, magento2
magento2-checkout-success-misc-script
Add Miscellaneous HTML and JavaScript codes to Magento2 checkout conformation page
Stars: ✭ 26 (-44.68%)
Mutual labels:  magento-2, magento2
module-notifications
Notify the Magento 2 admin user about disabled caches or new customer reviews.
Stars: ✭ 20 (-57.45%)
Mutual labels:  magento-2, magento2
module-blog-comments-recaptcha
module-blog-comments-recaptcha
Stars: ✭ 17 (-63.83%)
Mutual labels:  magento-2, magento2
taxjar-magento2-extension
Magento 2 Sales Tax Extension by TaxJar
Stars: ✭ 23 (-51.06%)
Mutual labels:  magento-2, magento2
module-login-as-customer
Allows admin to login as a customer (enter to customer account).
Stars: ✭ 104 (+121.28%)
Mutual labels:  magento-2, magento2
module-catalog
Fixes for some known Magento 2 issues in Catalog
Stars: ✭ 23 (-51.06%)
Mutual labels:  magento-2, magento2
magento2-checkout-custom-form
Add a custom form to Magento 2 checkout.
Stars: ✭ 95 (+102.13%)
Mutual labels:  magento-2, magento2
m2.ReCaptcha
Magento2. Extension is integrate Google Recaptcha with your Magento2 store.
Stars: ✭ 31 (-34.04%)
Mutual labels:  magento-2, magento2
centminmod-magento2
Magento 2.2.2 Install Guide For Centmin Mod Nginx LEMP Stacks
Stars: ✭ 16 (-65.96%)
Mutual labels:  magento-2, magento2
module-blog-sample-data
Sample data for Magento 2 blog extension
Stars: ✭ 15 (-68.09%)
Mutual labels:  magento-2, magento2
Magento-2-Module-Skeleton
This Module provides a basic Skeleton for further Magento 2 Modules.
Stars: ✭ 30 (-36.17%)
Mutual labels:  magento-2, magento2
m2.Price
Magento2. Rounding Price to Prettier Value for Multi-Currency Stores.
Stars: ✭ 60 (+27.66%)
Mutual labels:  magento-2, magento2
module-wysiwyg-advanced
Extend TinyMCE 4 & 5 tools in Magento 2
Stars: ✭ 60 (+27.66%)
Mutual labels:  magento-2, magento2
magento-ngrok
Magento 2 module for ngrok.io service support
Stars: ✭ 45 (-4.26%)
Mutual labels:  magento-2, magento2

Magento Commerce

Magento 2 Docker to Development

Features

  • Magento 2.4
  • Apache
  • PHP 7.1, PHP 7.2, PHP 7.3, PHP 7.4
  • Xdebug 2.9.8
  • MariaDB 10.4.13
  • Elasticsearch 7.6
  • Varnish 6.4
  • Redis
  • MailHog
  • n98-magerun
PHP Version Composer hirak/prestissimo
7.1 1.10.17 Yes
7.2 1.10.17 Yes
7.3 1.10.17 Yes
7.4 2.* No

Requirements

Linux:

Install Docker and Docker-compose.

Before start

Note that for Elasticsearch you need at least 262144 memory.

To check:

more /proc/sys/vm/max_map_count

The vm.max_map_count setting should be set permanently in /etc/sysctl.conf:

vm.max_map_count=262144

After set run:

sudo sysctl -p

How to use

Run all containers with command

bin/start

To install the latest version of Magento 2:

bin/shell
rm index.php
install-magento2

If you want to use Varnish use docker-compose.varnish.yml

If you don't want to use Varnish and Elasticsearch use docker-compose.light.yml

Panels

Web server: http://localhost/

Local emails: http://localhost:8025

Features commands

Commands Description Options & Examples
bin/init If you didn't use the CURL setup command above, please use this command changing the name of the project. ./init MYMAGENTO2
bin/start If you continuing not using the CURL you can start your container manually
bin/stop Stop your project containers
bin/kill Stops containers and removes containers, networks, volumes, and images created to the specific project
bin/shell Access your container ./shell root
bin/magento Use the power of the Magento CLI
bin/magento-basic All basic Magento CLI commands (setup:upgrade, setup:di:compile, setup:static-content:deploy -f, cache:clean, cache:flush)
bin/n98 Use the Magerun commands as you want
bin/grunt-init Prepare to use Grunt
bin/grunt Use Grunt specifically in your theme or completely, it'll do the deploy and the watcher. ./grunt luma
bin/xdebug Enable / Disable the XDebug
bin/composer Use Composer commands ./composer update
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].