Skip to content

asarturas/magento2-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker developer's container for Magento 2 (CentOS)

This is a fork of original magento2-docker, but is aimed at hosting developer's environment, rather than just testing functionality.

How to set it up for new Magento2 project (developer's environment)?

Follow Quickstart with Magento 2 guide.

How to use it to host existing Magento 2 installation?

  1. Run the container from your project's root (see Step 1 in a Quickstart guide above).

  2. Once in container - import your database.

  3. If you need to modify it - you can create your own image setting this one as a source. Example Dockerfile in this case:

      FROM asarturas/magento2-docker
      RUN echo "further customisation"
    

    If a change is generic enough - consider making a pull request or opening an issue ticket here, cheers.

This container is for developer's use only - not for production or pipeline environment.

About

Magento2 Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 96.1%
  • Shell 3.9%