From 00a989de7c1a6d034746834098e244745ee50fa8 Mon Sep 17 00:00:00 2001 From: Tomas Pizarro Date: Fri, 19 May 2017 09:06:00 +0000 Subject: [PATCH] Add Kubernetes TL;DR; section --- bitnami/opencart/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bitnami/opencart/README.md b/bitnami/opencart/README.md index abde167bb8bb..25e32260befc 100644 --- a/bitnami/opencart/README.md +++ b/bitnami/opencart/README.md @@ -9,11 +9,23 @@ http://www.opencart.com/ # TL;DR; +## Docker Compose + ```bash $ curl -LO https://raw.githubusercontent.com/bitnami/bitnami-docker-opencart/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-opencart/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.