Sign inSign up

jetrails/magento-alpine

By jetrails

Updated about 6 years ago

Docker development environment for staging Magento 1 & Magento 2 on Alpine 3.6

Image
2

2.7K

jetrails/magento-alpine repository overview

Disclaimer

The docker containers within this repository were build for development purposes only and should NOT be used in production. This product is licensed under the MIT LICENSE and comes with no warranty, use at your own risk.

Environmental Variables

All docker images, except for the php-cli containers, have the ability to tail their container's relevant logs if the VERBOSE=true flag is passed as an environmental variable. Passing it to the container is optional since by default VERBOSE=false. It is explicitly stated within the sample docker-compose.yml file for documentation purposes only. Please also note that you will only be able to see the verbose output of these containers if you run docker-compose without the detach flag, i.e. docker-compose up.

mysql

Below are the possible environment variable that can be passed to the mysql docker container with some sample values. If non are passed, then only the root user will exist with the default password of mysql.

  • MYSQL_ROOT_PASSWORD=mysql
  • MYSQL_USER_NAME=magento_db_user
  • MYSQL_USER_PASSWORD=password123
  • MYSQL_DATABASE=magento
nginx

When NGINX starts, it copies the appropriate configuration file so it can be used. This configuration file is determined by the environment variable below. If no variable is passed then the below value is set.

  • MAGENTO_VERSION=2
Issues / Feature Requests

If any issues come up or any feature are requested, please feel free to open up an issue through Github. The corresponding repository can be found here. For all other inquiries, feel free to email us at [email protected].

Tag summary

Content type

Image

Digest

Size

52.9 MB

Last updated

about 6 years ago

docker pull jetrails/magento-alpine:varnish-6