Magento 2.1.8 container based on Ubuntu 16.04 + Apache 2.4 + PHP 7.0.22 and installed with Composer
998
Magento 2.1.9 container based on Ubuntu 16.04 + Apache 2.4 + PHP 7.0.22 and installed with Composer
docker-compose up -d --build
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
cp $(docker inspect -f '{{(index .Mounts 0).Source }}' magento-base)/* .
Content type
Image
Digest
Size
371.6 MB
Last updated
about 9 years ago
docker pull sfoxdev/magento-base