Skip to content

Commit

Permalink
Merge pull request #1205 from SebSept/patch-4
Browse files Browse the repository at this point in the history
fix docker hub links
  • Loading branch information
PululuK committed Nov 4, 2021
2 parents fcf7b0d + 1b8bc3c commit 1b6271f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/testing/resources.md
Expand Up @@ -10,9 +10,9 @@ weight: 10
Docker isolate your application in containers, making their isolation and deployment easier.
If you're confident with using it, we created several images for easier deployment of PrestaShop:

* https://hub.docker.com/r/prestashop/prestashop/, in which all PrestaShop releases between 1.4 and 1.7 can be found. Covers most needs and is perfect for a quick start.
* https://hub.docker.com/r/prestashop/prestashop-git/, containing the git repository content with different PHP version. For advanced users.
* https://hub.docker.com/r/prestashop/base/, containing the required stack to run PrestaShop, without the core files. Recommended if you already have the shop files on your disk.
* [https://hub.docker.com/r/prestashop/prestashop/](https://hub.docker.com/r/prestashop/prestashop/), in which all PrestaShop releases between 1.4 and 1.7 can be found. Covers most needs and is perfect for a quick start.
* [https://hub.docker.com/r/prestashop/prestashop-git/](https://hub.docker.com/r/prestashop/prestashop-git/), containing the git repository content with different PHP version. For advanced users.
* [https://hub.docker.com/r/prestashop/base/](https://hub.docker.com/r/prestashop/base/), containing the required stack to run PrestaShop, without the core files. Recommended if you already have the shop files on your disk.

Please note we try to follow best practices, and MySQL service is NOT provided with these images. You have to deploy your own server in a dedicated container.

Expand Down

0 comments on commit 1b6271f

Please sign in to comment.