docker
docker copied to clipboard
Using Docker Prestashop in Cloud
I have few questions:
- Is that image production ready?
- If that's the case can you provide docs on mounting volume in order to persists the data?
I did try persisting entire prestashop under /var/www/html
which is mapped to a cloud storage. When container starts the first time it populates installation files automatically in that volume.
However every time I restart the container it keeps doing the same repopulating the the files in the volume and overwriting the existing ones.
Any idea why it is doing that?