Home - hiberus-magento/hiberus-dockergento GitHub Wiki

Hiberus Dockergento

Docker environment for Magento 2 projects. Please visit our Dockerhub repository.

Docker images

  • Nginx: 1.18
  • PHP: 7.2, 7.3, 7.4, 8.1, 8.2
  • MariaDB: 10.2, 10.3, 10.4, 10.6
  • RabbitMQ: 3.9
  • Redis: 5.0, 6.2, 7.0
  • ElasticSearch: 5.6, 6.5, 7.17
  • OpenSearch: 1.2, 2.5
  • Mailhog: 1.0
  • Varnish: 6.0, 7.1
  • Hitch: 1.7

Magento compatible versions

  • Magento 2.4: 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.4.5, 2.4.6.
  • Magento 2.3: 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.3.5, 2.3.6, 2.3.7.

(All patched versions are also compatible)

Install Hiberus CLI

Hiberus CLI requires the next dependencies.

After installing these dependencies, launch the next command

curl https://raw.githubusercontent.com/hiberus-magento/hiberus-dockergento/main/installer.sh | bash

Thanks to

  • This project is based on Dockergento. Special thanks to ModestCoders for their work.
  • Several improvements have been inspired on Docker-magento.