Closed brandontamm closed 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 .
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
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?