Skip to content

Simple Magento 2 docker environment without any unnecessary things

Notifications You must be signed in to change notification settings

mikek90/simple-magento2-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Magento 2 docker

Simple and straightforward Magento 2 docker environment.

Magento docker image is built on php:7.1-apache and implements instructions from Magento devdocs only. Docker compose also adds MySql and phpMyAdmin to provide complete hosting environment.

Running solution

  • Run sudo docker-compose up -d in your console.
  • To open Magento go to localhost:8000.
  • To open phpMyAdmin go to localhost:8001.

System requirements

  • Docker and docker-compose installed.

Additional info

auth.json file is from https://github.com/alexcheng1982/docker-magento2

About

Simple Magento 2 docker environment without any unnecessary things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published