Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 582 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 582 Bytes

Docker & Magento 2 tutorial

Part 1

Simple PHP and MySql application on Nginx

In this part you will learn
  • how to install docker & docker-compose
  • how to run docker without sudo
  • how to configure base docker-compose.yml file
  • how to connect Nginx with PHP-FPM
  • how to run MySql on Docker container
  • how to execute script on Docker container

Part 2

Build PHP-FPM image, init and store MySQL data

In this part you will learn
  • how to make MySQL data safe
  • how to init MySQL from sql dump
  • how to build own php-fpm image with needed libraries