Sign inSign up

sfoxdev/magento-base

By sfoxdev

Updated about 9 years ago

Magento 2.1.8 container based on Ubuntu 16.04 + Apache 2.4 + PHP 7.0.22 and installed with Composer

Image
0

998

sfoxdev/magento-base repository overview

Magento2

Magento 2.1.9 container based on Ubuntu 16.04 + Apache 2.4 + PHP 7.0.22 and installed with Composer

Docker Build Status Docker Build Status Docker Build Status Docker Build Status

Usage

Build and run with docker-compose
docker-compose up -d --build
OR
Build and run container with docker
docker build -t sfoxdev/magento-base .

and

docker run -d --env-file=magento.env -v ./data:/root/magento-data -p 80:80 --name magento-base sfoxdev/magento-base
Get complete dump of Magento2 store from container volume to your folder
cp $(docker inspect -f '{{(index .Mounts 0).Source }}' magento-base)/* .

Tag summary

Content type

Image

Digest

Size

371.6 MB

Last updated

about 9 years ago

docker pull sfoxdev/magento-base