Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

delegator/docker-magento2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

docker-magento2

Docker Automated build

Opinionated docker image for Magento 2.2+.

Base image

  • Alpine 3.8

Included software

  • nginx
  • PHP 7.1 with FPM
  • Redis
  • MySQL client
  • msmtp, aliased as sendmail

Extra bits

  • Node.js
  • runit
  • sassc
  • dockerize

Getting started

# Build image
docker build -t delegator/magento2 .

# Test image, visit http://magento2.local/
cd /path/to/magento2/project
docker run --init --rm -p 80:80 -v $(pwd):/var/www/magento2 delegator/magento2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published