00F100 / magento2-docker-install

Magento 2.3 develop into Docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento2 Docker Develop Install

This repository is dedicated to magento 2.3-develop for bug fixes and make features.


Dependencies
  1. Install docker
  2. Install docker-compose
  3. Install make
  4. Configure execute docker non-root
sudo usermod -aG docker [your-user]
Important

Stop all docker containers or native services on uses ports 80, 443, 3306.


Install

$ git clone git@github.com:00F100/magento2-docker-install.git
$ cd magento2-docker-install
$ make install

Store and admin

Datasource

  • PHPMyAdmin: http://localhost:8080
  • Host: magento2-database or get IP executing docker exec -it magento2-database bash -c "hostname -i"
  • Username: root
  • Password: root

Console PHP + Composer + NPM

$ make console

Up Docker

$ make up

Down Docker

$ make down

Simple data

$ make simple-data

About images


About

Magento 2.3 develop into Docker container


Languages

Language:Makefile 100.0%