Add Kubernetes TL;DR; section

This commit is contained in:
Tomas Pizarro
2017-05-19 09:03:09 +00:00
parent 37fcd19123
commit 799e16ef71

View File

@@ -10,11 +10,23 @@ http://community.jaspersoft.com/project/jasperreports-server
# TL;DR;
## Docker Compose
```bash
$ curl -LO https://raw.githubusercontent.com/bitnami/bitnami-docker-jasperreports/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-jasperreports/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.