Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix docker hub links #1205

Merged
merged 2 commits into from Nov 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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