Skip to content

JacobBrownAustin/magento-cloud-docker

 
 

Repository files navigation

Introduction

A collection of build configurations for Magento Cloud Docker images. Includes:

  • PHP CLI
  • PHP FPM
  • NGINX 1.9+

Docker Hub

https://hub.docker.com/r/magento/

Credits

Inspired by https://github.com/meanbee/docker-magento2

Usage

Generating new PHP configuration

To generate configuration for new version of PHP, run next command:

php ./bin/mcd generate:php <version>

Where:

  • version: Version of PHP to be generated

Executing commands

Connecting to CLI container

  • Connect to CLI container by running docker-compose run cli bash

Running commands directly

  • docker-compose run cli ece-command for ECE-Tools specific commands
  • docker-compose run cli magento-command for Magento 2 specifiic commands

About

No description, website, or topics provided.

Resources

License

OSL-3.0, AFL-3.0 licenses found

Licenses found

OSL-3.0
LICENSE.txt
AFL-3.0
LICENSE_AFL.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 51.1%
  • VCL 31.7%
  • PHP 17.2%