From 6ae2293e9c3c0ae2bf4963728ccb510f5b91f2fa Mon Sep 17 00:00:00 2001 From: Tomas Pizarro Date: Fri, 19 May 2017 09:09:40 +0000 Subject: [PATCH] Add Kubernetes TL;DR; section --- bitnami/prestashop/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bitnami/prestashop/README.md b/bitnami/prestashop/README.md index a016bcd18a71..ab3874cc48c7 100644 --- a/bitnami/prestashop/README.md +++ b/bitnami/prestashop/README.md @@ -10,11 +10,23 @@ http://www.prestashop.com # TL;DR; +## Docker Compose + ```bash $ curl -LO https://raw.githubusercontent.com/bitnami/bitnami-docker-prestashop/master/docker-compose.yml $ docker-compose up ``` +## Kubernetes + +> **WARNING**: This is a beta configuration, currently unsupported. + +Get the raw URL pointing to the kubernetes.yml manifest and use kubectl to create the resources on your Kubernetes cluster like so: + +```bash +$ kubectl create -f https://raw.githubusercontent.com/bitnami/bitnami-docker-prestashop/master/kubernetes.yml +``` + # Why use Bitnami Images? * Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.