Continuous deployement of PrestaShop
500K+
7.17.27.37.48.08.1, latest8.2This image contains the latest version of a Git branch from the PrestaShop repository. Useful to get at all time the latest changes or to test a specific pull-request.
PrestaShop is a free and open-source e-commerce web application, committed to providing the best shopping cart experience for both merchants and customers. It is written in PHP, is highly customizable, supports all the major payment services, is translated in many languages and localized for many countries, has a fully responsive design (both front and back office), etc. See all the available features.

This image is running with the latest Apache version in the official PHP repository.
Important note: In order to follow Docker best-practices, the database will be shortly removed from the PrestaShop container and an external one will be required. You should immediately link a database container instead of using the internal one.
Currently, the most simple way to run this container is:
$ docker run -ti --name some-prestashop -p 8080:80 -d prestashop/prestashop
A new shop will be built, ready to be installed. You can then use it by reaching http://localhost:8080.
However, if you want to customize the container execution, here are many available options:
_PS_MODE_DEV_ will be set at true (default value: 1)_PS_HOST_MODE_ will be set at true. Usefull to simulate a PrestaShop Cloud environment. (default value: 0)admin folder (default value: admin-dev)install folder (default value: install-dev)By default, we use the employee existing on the PrestaShop demo. But you can change it with the following parameters:
If your IP / port (or domain) change between two executions of your container, you will need to modify this option:
View license information for the software contained in this image.
The documentation (in English by default) is available at the following address https://devdocs.prestashop.com/
Content type
Image
Digest
sha256:5571b384f…
Size
408.6 MB
Last updated
over 1 year ago
docker pull prestashop/prestashop-git