Skip to content

00F100/magento2-docker-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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