https://github.com/webgriffe/docker-magento1-dev
Dockerized environment for Magento 1.x development
https://github.com/webgriffe/docker-magento1-dev
Last synced: 5 months ago
JSON representation
Dockerized environment for Magento 1.x development
- Host: GitHub
- URL: https://github.com/webgriffe/docker-magento1-dev
- Owner: webgriffe
- Created: 2016-01-01T19:28:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T15:33:32.000Z (over 8 years ago)
- Last Synced: 2025-03-24T04:43:27.577Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Magento 1.x Development Docker Container
========================================
Dockerized environment for Magento 1.x development with PHP and Apache as web server.
Features
--------
* Based on [webgriffe/php-apache-base](https://hub.docker.com/r/webgriffe/php-apache-base/) Docker image. Look at its README for more info.
* [n98-magerun.phar](https://github.com/netz98/n98-magerun) installed globally at `/usr/local/bin/composer`
* MySQL CLI client installed because is required by n98-magerun db commands
* [Memcached](http://php.net/manual/en/book.memcached.php) PHP extension installed and enabled (useful for Magento cache & session storage)
Usage
-----
Standalone usage example with host's current working directory as document root:
$ docker run -p 80:80 -v $(pwd):/var/www/html webgriffe/magento1-dev
Credits
-------
[Webgriffe®](http://www.webgriffe.com/)