clean-docker / Magento2

Docker Image to Magento 2 local development in Mac, Linux and Windows
https://hub.docker.com/r/rafaelcgstz/magento2/
MIT License
444 stars 251 forks source link

Is docker saving products/changes in magento2 to container? #102

Open boban-dj opened 4 years ago

boban-dj commented 4 years ago

When adding a product or category in magento2 and docker image is stopped everything is saved. The docker image rafaelcgstz/magento2 after stop is still containing the changes. I could not discover any docker commits from the shell scripts. I can see mail is not saved in image after start/stop docker.

What is your normal workflow, commit all containers to new images? Do you modify docker-compose.yml after commiting to start new containers?

JackWormUK commented 4 years ago

@boban-dj I am not sure what you are trying to do here?

Products and Categories are saved into the MYSQL database and then indexed by Magento and displayed.