Sign inSign up

angelomaragna/lamp

By angelomaragna

Updated over 9 years ago

apache + mysql (built on the path to prepare a magento2 image)

Image
0

209

angelomaragna/lamp repository overview

[Last update 04/01/2017]

Goal

Ubuntu machine with apache and mysql

Instructions

  1. Configure your /etc/hosts for 127.0.0.1 mage.dev
  2. Run the container in interactive mode with docker run -it -p 40080:80 -p 40443:443 angelomaragna/magento2 /bin/bash
  3. Start services within the container with /root/start-servers.sh
  4. Access the page at http://mage.dev:40080 or http://mage.dev:40443

Notes

Virtual host configured for mage.dev on /var/www/mage.dev/. Php has been tuned for long time scripts execution (10 mins), 1GB memory limit and big files uploads/post (512MB)

Software installed and enabled

  • ubuntu 16.04
  • apache2
  • php 7.0.8
  • opcache
  • SSL cert

Tag summary

Content type

Image

Digest

Size

238.2 MB

Last updated

over 9 years ago

docker pull angelomaragna/lamp