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.
- Run
sudo docker-compose up -din your console. - To open Magento go to
localhost:8000. - To open phpMyAdmin go to
localhost:8001.
- Docker and
docker-composeinstalled.
auth.json file is from https://github.com/alexcheng1982/docker-magento2