Skip to content

Docker containers for Magento Development

Notifications You must be signed in to change notification settings

le0n4ik/dev-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker infrastructure for Magento development

Usage

  • Install docker using official guidelines
  • Install docker compose using the same guidelines
  • Checkout this repository
  • Execute docker-compose up -d cli command from repository root

Helper tools usage

  • ./bin/bash proxies bash commands to app container
  • ./bin/git proxies git commands to app container
  • ./bin/init-from-git initialize development Magento instance in app container
  • ./bin/install install Magento on app container. Magento will be deployed on mage.perf hostname, so you need to have it in your host's /etc/hosts file. Admin panel will be located on http://mage.perf/admin URL. Login: admin, password: 123123q
  • ./bin/magento proxies Magento cli commands to app container
  • ./bin/sync exposes Magento source code to host machine using samba. Use diskutil unmountDisk force project to unmount on Mac OS

About

Docker containers for Magento Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 55.5%
  • VCL 28.4%
  • Dockerfile 11.5%
  • Roff 4.6%