alexcheng1982 / docker-magento

Docker image for Magento 1.6 to 1.9
http://alexcheng1982.github.io/docker-magento
MIT License
142 stars 101 forks source link

Error Installing Sample Data and Magento #1

Closed brandontamm closed 9 years ago

brandontamm commented 9 years ago

How would I mount to the magento data files so I can edit the files?

How do you do this - it doesn't seem like there is a way to do this via your setup?

alexcheng1982 commented 9 years ago

The installation script has been renamed to install-sampledata.

On Sun, Apr 12, 2015 at 8:54 AM tabr0201 notifications@github.com wrote:

Newbie Issue...lol...problem resolved

— Reply to this email directly or view it on GitHub https://github.com/alexcheng1982/docker-magento/issues/1#issuecomment-91924389 .

alexcheng1982 commented 9 years ago

The purpose of this docker image is to quickly create an environment for development and testing, so I included the sample data files in the image itself.

You can either ssh to the running container and edit them directly, or create your own docker compose file with volumes, e.g.

volumes:
 - /your/local/:/var/www/htdocs/var/media