Skip to content
This repository was archived by the owner on Aug 23, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 311 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 311 Bytes

Magento Docker Development Image

Features

  • Multiple versions of PHPFpm
  • Modern Stack (PHPfpm, Apache2.4)
  • Use of macros for easy setup

Reference

docker build -t demac/magento . docker run -t -i demac/magento docker exec -it [container-id] bash docker run -v /host:/path -t -i demac/docker-example