mirror of
https://github.com/bitnami/containers.git
synced 2026-02-22 16:17:21 +08:00
Add Kubernetes TL;DR; section
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user