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

delegator/docker-magento1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

docker-magento1

Opinionated docker image for Magento 1.9.4+.

Base image

  • Alpine 3.8

Included software

  • nginx
  • php-fpm
  • Redis
  • MySQL client
  • msmtp, aliased as sendmail

Extra bits

  • Node.js
  • runit
  • sassc
  • dockerize

Getting started

# Build image
docker build -t delegator/magento1 .

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors