Sign inSign up

lcsbaroni/magento

By lcsbaroni

Updated over 9 years ago

Docker images to docker

Image
2

666

lcsbaroni/magento repository overview

lcsbaroni/magento:2.1

NGINX and PHP image based on Alpine Linux

Image is based on the oficial image of alpine

Docker image usage

docker run [docker-options] lcsbaroni/magento:2.1

Examples

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

Tag summary

Content type

Image

Digest

Size

56 MB

Last updated

over 9 years ago

docker pull lcsbaroni/magento:2.1