NGINX and PHP image based on Alpine Linux
Image is based on the oficial image of alpine
docker run [docker-options] lcsbaroni/magento:2.1
Typical basic usage:
docker run -it lcsbaroni/magento:2.1
Typical usage in Dockerfile:
FROM lcsbaroni/magento:2.1
RUN echo "<?php phpinfo() ?>" > /var/www/localhost/htdocs/index.php
Typical usage:
docker run -it --link=somedb:db lcsbaroni/magento:2.1
Typical usage on docker-compose:
docker-compose up -d
Content type
Image
Digest
Size
56 MB
Last updated
over 9 years ago
docker pull lcsbaroni/magento:2.1