lstellway/php
PHP Docker image with tags including Magento 2 PHP dependencies
3.6K
This is the repository for PHP
Docker images based on the official PHP Docker images
.
7.0-fpm-alpine-magento2
7.0-fpm-alpine-magento2-full
7.1-fpm-alpine-magento2
7.1-fpm-alpine-magento2-full
When a container is started for the first time, the entrypoint script will execute .sh
files mounted to the /docker-entrypoint-initphp.d
directory.
docker run --name composer -v /my/own/scripts/:/docker-entrypoint-initphp.d/ -d lstellway/php:7.0-magento2-full
Images have been created according to the Magento 2 technology stack requirements, utilizing the following PHP packages:
Images have alternate version tags suffixed with -full
that include further dependencies:
Please feel free to fork, contribute and report issues!
docker pull lstellway/php